mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
Remove Triple Negative!
Double negatives are confusing, but a triple negative (1 no, 2 non, 3 null)? It takes five minutes to understand this little sentence. Cleaned that up a bit. Closes #9789
This commit is contained in:
parent
daa8e5f226
commit
fd6c6058ce
@ -1,7 +1,7 @@
|
||||
[[query-dsl-missing-filter]]
|
||||
=== Missing Filter
|
||||
|
||||
Returns documents that have no non-`null` values in the original field:
|
||||
Returns documents that have only `null` values or no value in the original field:
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user