You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a future enhancement, but it would be nice if text filter supports wildcards. From a customer:
E.g. ERC* only finds things that begin with ERC
nnnABC begins with 3 numbers
B?B - search for bob, bib, brb, etc. any letter in between the B's
Currently, TextFilter uses applyJSONFilter, and that only really supports equals, contains and starts with operators (and their counterparts does not ) for text fields, so we cannot implement at this time.
The text was updated successfully, but these errors were encountered:
This is more of a future enhancement, but it would be nice if text filter supports wildcards. From a customer:
Currently, TextFilter uses applyJSONFilter, and that only really supports equals, contains and starts with operators (and their counterparts does not ) for text fields, so we cannot implement at this time.
The text was updated successfully, but these errors were encountered: