I have a table that I want to show in my front-end, with the user optionally able to define filtering on several fields. Using the external filtering option and passing a json of the search expression, I can get it to work when I have values in each statement. But, it doesn't work if the operand on the right side of the statement is empty.
Is there a way to use the 'Ignore empty values' flag like in the expression builder?