Hello,
I have a table with a JSON field that on some records is empty. When using the above query method I want to filter out all the records with that JSON field empty.
However differently then the filter list that appears usually in this case I can not find the is_empty filter. Comparing the JSON to empty object did not work as well.
How should I go about this?
Thanks.