1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Quick change after reviewing.

This commit is contained in:
mike12345567 2021-03-26 14:46:29 +00:00
parent 1b4a4deef5
commit 357cd8cfbd

View file

@ -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) {