Quick change after reviewing.

This commit is contained in:
mike12345567 2021-03-26 14:46:29 +00:00
parent 4b0348add4
commit 12ed9f9d02
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class QueryBuilder {
if (this.query.range) { if (this.query.range) {
build( build(
this.query.range, this.query.range,
(key, value) => `${key}:[${value[0]} TO ${value[1]}]` (key, value) => `${key}:[${value.low} TO ${value.high}]`
) )
} }
if (this.query.fuzzy) { if (this.query.fuzzy) {