-
Notifications
You must be signed in to change notification settings - Fork 265
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
String filters and Null values #2359
Comments
To be precise, this issue refers to the JSON datatype |
Both for |
We might have just forgotten about NULL when implementing string filters.
That try gives the string "null" in the query:
And trying with NULL:
Well, that doesn't even compile.
|
Not sure, but I remember something like this in a similar case... it may work.
|
Fixed by PR #2806 |
The string filters don't consider attribute/metadata values of type
Null
.For some reason this case wasn't taken into consideration when implementing the string filters.
Effort: 1 man day
The text was updated successfully, but these errors were encountered: