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

Global case insensitive search #311

Open
seequick opened this issue Aug 17, 2023 · 1 comment
Open

Global case insensitive search #311

seequick opened this issue Aug 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@seequick
Copy link

seequick commented Aug 17, 2023

We have a huge amount of fields that are being filtered.
/search?filter=brand.name in ['audi', 'land rover']
/search?filter=brand.name ~ 'audi'
/search?filter=name ~ '%abc%'
/search?filter=name ~ 'sss%'

I need this to be case-insensitive globally on the whole application for every type of search for every field.
I know that there is ~~ operation but what about in case?

@torshid torshid added the enhancement New feature or request label Aug 21, 2023
@torshid
Copy link
Member

torshid commented Sep 27, 2023

Hi @seequick,

The global insensitive search will not be implemented as it may lead to too many cases in the different modules.

I am planning to implement x ~ [...] and x ~~ [...] in a future version.

You can always sponsor the project to speedup things so that everyone can enjoy this new feature. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants