Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WooodHead/753d4be5e2a2cc6abb51d9cf17a9d3a9 to your computer and use it in GitHub Desktop.
Save WooodHead/753d4be5e2a2cc6abb51d9cf17a9d3a9 to your computer and use it in GitHub Desktop.
bool query
"query": {
"bool": {
"should": [
{
"multi_match": {
"query": "malaga cromo",
"fields": [
"titulo"
],
"operator": "and"
}
}
],
"filter": {
"term": { "situacion": "v" }
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment