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

feat: match_all/match_any operators in sql and graphql for array filtering #3726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mswertz
Copy link
Member

@mswertz mswertz commented May 12, 2024

Motivation: noticed very long graphql queries in #3579 <=

What are the main changes you did:

  • added match_all
  • added mach_any as synonym for 'equals' which is a bit vague in graphql

how to test:

  • see tests
  • in graphql, play around with match_all and match_any

todo:

  • is in the graphql autogenerated docs
  • added/updated tests

N.B. this could be used to more efficiently implement the 'match any' and 'match all'

image

@mswertz mswertz requested a review from chinook25 May 12, 2024 21:20
Copy link

sonarcloud bot commented May 12, 2024

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

Successfully merging this pull request may close these issues.

None yet

1 participant