Closed Zodiase closed 6 years ago
This resolves #100.
Now it's using "contains" instead of "within" for range matching.
"contains" will make sure all matched results contain the specified filtering range.
See https://www.elastic.co/guide/en/elasticsearch/reference/6.0/range.html for related documentation on range query.
This resolves #100.
Now it's using "contains" instead of "within" for range matching.
"contains" will make sure all matched results contain the specified filtering range.
See https://www.elastic.co/guide/en/elasticsearch/reference/6.0/range.html for related documentation on range query.