Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Match Case toggle in filter and type ahead #1385

Open
naleeha opened this issue Jun 13, 2024 · 1 comment
Open

Support Match Case toggle in filter and type ahead #1385

naleeha opened this issue Jun 13, 2024 · 1 comment

Comments

@naleeha
Copy link
Contributor

naleeha commented Jun 13, 2024

Feature Request

Description of Problem:

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

  1. Settings tab - have a default
  2. On filter bar
  3. Per filter input
    Example of toggle in the find function image

Maybe mix of 1 and 3?

@naleeha
Copy link
Contributor Author

naleeha commented Jun 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant