We would like to clarify regarding one of the functions of elastic search.
https://www.elastic.co/guide/en/elasticsearch/reference/6.2/query-dsl-query-string-query.html#_ranges
According to the documentation, by using square brackets, [ ]
, you’re searching inclusively.
Our sample queries were “[49% TO 90%]” AND “[50% TO 90%]”.
But, when we ran the command, the record with 50% did not show on the first query.