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
String filters: (equal, not equal, in, contains, starts, end)
Potential Solutions:
Introduce extra user input on "Match Case" for the filter that can be toggled on/off
This setting should apply across type ahead and all string filters
Need to decide where on the UI the user can specify this
Settings tab - have a default
On filter bar
Per filter input
Example of toggle in the find function
Maybe mix of 1 and 3?
The text was updated successfully, but these errors were encountered:
Can add Match Case toggle as one of the inputs on the FilterSpec object / message sent between UI and server
For server implementation, see UserDefinedFilterAndSort for entry point in the code for calling the filter.
Potentially pass in as one of the params along with the row when calling the filter functions on FilterClause
Feature Request
Description of Problem:
See Typeahead service should be case insensitive #530 (comment) for more details
String filters: (equal, not equal, in, contains, starts, end)
Potential Solutions:
Introduce extra user input on "Match Case" for the filter that can be toggled on/off
This setting should apply across type ahead and all string filters
Need to decide where on the UI the user can specify this
Example of toggle in the find function
Maybe mix of 1 and 3?
The text was updated successfully, but these errors were encountered: