Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 4d329f3

Browse files
committed
Actually filter properly
1 parent 44a06cf commit 4d329f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/knn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GET my-index/_search
102102
"post_filter": {
103103
"range": {
104104
"price": {
105-
"gte": 6,
105+
"gte": 5,
106106
"lte": 10
107107
}
108108
}

0 commit comments

Comments
 (0)