Given the marqo specific querying DSL Query Filtering - Marqo Docs
Is there a way to filter on null / falsy fields if I have one that’s omitted from my document?
I have this filter
eventSourceType IN (EVS) AND eventSourceId IN (6ca425f5-88d3-463a-b4b2-41dd2f5defc0) AND (startTime:[1738853935 TO *] AND (endTime:[* TO 4070908800] OR endTime:[0 TO *])) AND long:[* TO 7177.926084] AND long:[-7375.085084 TO *] AND lat:[* TO 5627.946368] AND lat:[-5548.289768 TO *]
And the OR endTime:[0 TO *] portion is my failed attempt to find an empty numeric endTime
field and include it in my filter