-
Notifications
You must be signed in to change notification settings - Fork 231
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
Enhance Ditto search to be able to query for equality of JsonObjects + JsonArrays #1804
Comments
Hi @thjaeckle can I work on this ? |
@Abhijeetmishr sure, that would be great. You already collected some experience enhancing the RQL with |
@thjaeckle Yes Thomas you are right. |
Hi @thjaeckle Thomas, But I wanted to understand the whole code flow before jumping to the implementation part how can I test it ? |
@Abhijeetmishr no, not all predicates .. as mentioned in the description this only makes sense for:
You cannot compare if a JsonObject is "greater than" another JsonObject in a meaningful way. How to test? |
Currently, it is only possible to query e.g. for
eq
using scalar Json values, like Json String, Number, Boolean.It would also be very useful to e.g. query for equality of full Json Objects, e.g. like:
Also helpful would e.g. be the search for empty JsonObjects or JsonArrays, e.g.:
Predicates which could support this:
eq
ne
in
?The text was updated successfully, but these errors were encountered: