Fix usage of null values in query builder drag and drop functionality
When i drag a field containing "null" as value to the query builder, the query value switches to empty string.
What i except as the filter:
{ "myField" : null }
What the current query is:
{ "myField" : "" }
1
vote
