Currently in the Filter widget, the 'contains' operator only returns features where a given field contains all selected values.
I would like to see an operator that would return features where a given field contains any of the selected records.
For example, with a field containing a list of values:
ObjectID | Land_Use |
---|---|
1 | agricultural, industrial |
2 | residential, agricultural |
3 | educational |
4 | recreational, industrial, residential |
Land_Use contains any of agricultural, industrial
would return features 1, 2, and 4.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.