I wonder is there is a way of querying inverted index by using complex logical operations, like:
find "some_text" from property 'property1' OR 'property2' AND created_at before 'date'
where filter only accepts one operator according to documentation.