Docs: Update bool-filter.asciidoc
from, to deprecated in favour of gt, lt Closes #10682
This commit is contained in:
parent
f64739788b
commit
9e81e4c09b
|
@ -24,7 +24,7 @@ accept a filter.
|
|||
},
|
||||
"must_not" : {
|
||||
"range" : {
|
||||
"age" : { "from" : 10, "to" : 20 }
|
||||
"age" : { "gte" : 10, "lt" : 20 }
|
||||
}
|
||||
},
|
||||
"should" : [
|
||||
|
|
Loading…
Reference in New Issue