Allow "contains the text" or "starts with" filter option for fields with domains

134
0
3 weeks ago
Status: Open
RobBlash
Occasional Contributor III

When filtering a feature service using a field that has a domain, the only filtering option is to choose from the domain list. It would be very helpful to have other filter options, particularly "contains the text" or "starts with".

My domain looks like this:

  • C_2021
  • C_2022
  • C_2023 and so on.

I would like to filter MyField like 'C_%' so any newly added domain values are automatically picked up without updating the view. For now, I have to filter like MyField = 'C_2021' OR MyField = 'C_2022' OR MyField = 'C_2023'