ActiveData icon indicating copy to clipboard operation
ActiveData copied to clipboard

Add warnings to meta

Open klahnakoski opened this issue 5 years ago • 0 comments

When warnings are raised while processing query, add them to the meta. Specifically, if a column does not exist (or has cardinality==0) and it results in zero documents matching, like...

{"bool": {"must_not": {"match_all": {}}}}

.. then add a warning about why there are zero records

klahnakoski avatar Aug 08 '19 02:08 klahnakoski