Quick change after reviewing.
This commit is contained in:
parent
4b0348add4
commit
12ed9f9d02
|
@ -95,7 +95,7 @@ class QueryBuilder {
|
|||
if (this.query.range) {
|
||||
build(
|
||||
this.query.range,
|
||||
(key, value) => `${key}:[${value[0]} TO ${value[1]}]`
|
||||
(key, value) => `${key}:[${value.low} TO ${value.high}]`
|
||||
)
|
||||
}
|
||||
if (this.query.fuzzy) {
|
||||
|
|
Loading…
Reference in New Issue