-
Notifications
You must be signed in to change notification settings - Fork 132
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
Adding support for contains, containsAll and containsAny kewords for querying variables field #2163
Closed
Tracked by
#2170
Comments
fjtirado
changed the title
Im
Adding suppor for contains, containsAll and containsAny kewords for querying variables field
Dec 12, 2024
fjtirado
changed the title
Adding suppor for contains, containsAll and containsAny kewords for querying variables field
Adding support for contains, containsAll and containsAny kewords for querying variables field
Dec 12, 2024
fjtirado
added a commit
to fjtirado/kogito-apps
that referenced
this issue
Dec 13, 2024
fjtirado
added a commit
to fjtirado/kogito-apps
that referenced
this issue
Dec 16, 2024
fjtirado
added a commit
to fjtirado/kogito-apps
that referenced
this issue
Dec 16, 2024
fjtirado
added a commit
to fjtirado/kogito-apps
that referenced
this issue
Dec 16, 2024
fjtirado
added a commit
to fjtirado/kogito-apps
that referenced
this issue
Dec 16, 2024
fjtirado
added a commit
to fjtirado/kogito-apps
that referenced
this issue
Dec 16, 2024
This reverts commit db2f4fa.
rgdoliveira
pushed a commit
to rgdoliveira/kogito-apps
that referenced
this issue
Dec 17, 2024
…r variables field (apache#2164) * [Fix apache#2163] Add contains support * [Fix apache#2163] ContainsAny&ConstainsAll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
#2158 add support for queries over variables json field, except for contains, containsAll and containsAny.
This issues is intended to cover that gap
Implementation ideas
Write a custom hibernate function that uses ? operator
The text was updated successfully, but these errors were encountered: