Forked from davidsf/gist:1cee3e0be65854f05ef71a7a681b0197
Created
February 1, 2022 14:32
-
-
Save WooodHead/753d4be5e2a2cc6abb51d9cf17a9d3a9 to your computer and use it in GitHub Desktop.
bool query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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