mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 04:15:02 +00:00
Fix missed comma in bool query
This commit is contained in:
parent
c491dcc930
commit
951ddcf4ea
@ -51,7 +51,7 @@ final `_score` for each document.
|
|||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"term" : { "tag" : "tech" }
|
"term" : { "tag" : "tech" }
|
||||||
}
|
},
|
||||||
"must_not" : {
|
"must_not" : {
|
||||||
"range" : {
|
"range" : {
|
||||||
"age" : { "from" : 10, "to" : 20 }
|
"age" : { "from" : 10, "to" : 20 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user