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

Broader support for lowercase filter in couchbase #7

Open
jgomer2001 opened this issue Oct 21, 2019 · 0 comments
Open

Broader support for lowercase filter in couchbase #7

jgomer2001 opened this issue Oct 21, 2019 · 0 comments

Comments

@jgomer2001
Copy link
Contributor

Currently we support LOWER in equality, in SCIM there is need for other operators.

Can we add so the following N1QL can be produced? (value is a string):

  • WHERE (LOWER(attribute) <= value)
  • WHERE (LOWER(attribute) >= value)
  • WHERE (LOWER(attribute) LIKE "initial%value%final")
@yurem yurem transferred this issue from GluuFederation/oxCore May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant