-
Notifications
You must be signed in to change notification settings - Fork 62
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
Additional criteria query options for JSON data types #56
Comments
Hi Bobby, which of these operators do you think we should implement? http://www.postgresql.org/docs/9.4/static/functions-json.html |
Hi, I tried the obvious: Is there a way to do this now ? (I'm using 4.6.1... still stuck with Grails 2.x) |
I don't know if this should work or not but maybe we need to create a new operator to do that, something like |
Ok, so no good surprise then. Now the immediate workaround is to bypass the plugin API... do you see a way to do this using criteria or do you think I have to turn the query into a SELECT? Thank you for your help. |
I added a
|
This looks good! If everything is working and you have tests please submit a PR. I think in a couple of weeks I'll have some spare time. There are some PRs pending that I need to review and merge and I'm delaying this too much. Sorry about this. Thanks for your contribution. |
Not really ready for a PR but I will consider it. |
PR #95 has been merged and ported also to Grails 3. I've released versions Closing this issue. |
It would be great to be able to use additional criteria query options. Most notably, ilike, to check for similar JSON values as opposed to just equals which is provided today.
The text was updated successfully, but these errors were encountered: