mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-26 14:54:56 +00:00
Co-authored-by: kemalizing <36174398+kemalizing@users.noreply.github.com>
This commit is contained in:
parent
b5efaf6e3b
commit
5c5fd50f8d
@ -232,11 +232,11 @@ that `"total.value"` is the accurate count.
|
||||
GET my-index-000001/_search
|
||||
{
|
||||
"track_total_hits": true,
|
||||
"query": {
|
||||
"match" : {
|
||||
"user.id" : "elkbee"
|
||||
}
|
||||
"query": {
|
||||
"match" : {
|
||||
"user.id" : "elkbee"
|
||||
}
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
// TEST[setup:my_index]
|
||||
|
Loading…
x
Reference in New Issue
Block a user