Skip to content

Instantly share code, notes, and snippets.

@itasyurt
Created January 24, 2021 23:05
Show Gist options
  • Save itasyurt/b2093a80b10eed18f204894279b8d467 to your computer and use it in GitHub Desktop.
Save itasyurt/b2093a80b10eed18f204894279b8d467 to your computer and use it in GitHub Desktop.
GET .ent-search-actastic-engines_v9/_search
{
"query": {
"bool": {
"filter": [
{
"terms": {
"loco_moco_account_id": [
"600306ca4ee3595c7ff4ed1a"
]
}
},
{
"terms": {
"slug": [
"cities"
]
}
}
]
}
},
"sort": [
{
"_id": "asc"
}
],
"size": 100,
"from": 0,
"seq_no_primary_term": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment