mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Add indent
This commit is contained in:
parent
bf471c6950
commit
27e6908c8d
@ -10,8 +10,8 @@ GET /_search
|
||||
"query": {
|
||||
"bool" : {
|
||||
"should" : [
|
||||
{"match" : { "name.first" : {"query" : "shay", "_name" : "first"} }},
|
||||
{"match" : { "name.last" : {"query" : "banon", "_name" : "last"} }}
|
||||
{"match" : { "name.first" : {"query" : "shay", "_name" : "first"} }},
|
||||
{"match" : { "name.last" : {"query" : "banon", "_name" : "last"} }}
|
||||
],
|
||||
"filter" : {
|
||||
"terms" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user