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

Case insensitive field comparisons #4117

Open
jroith opened this issue Oct 13, 2023 · 0 comments
Open

Case insensitive field comparisons #4117

jroith opened this issue Oct 13, 2023 · 0 comments
Labels
feature request New feature or request small

Comments

@jroith
Copy link

jroith commented Oct 13, 2023

It would be nice to support case-insensitive field comparisons especially in addition to CONTAINS.
This could translate to two TOLOWER() calls for now. This might be another operator CONTAINS_INSENSITIVE or it might be an option to change the case sensitivity per query.

I know that the same can be achieved by using a regular expression, but it's difficult for the client and does not using indexes.

Obviously the TOLOWER() does also not use indexes, but this seems like an issue that could still be addressed in neo4j and at least the client could send reasonable queries.

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

No branches or pull requests

2 participants