Created
October 17, 2017 09:10
-
-
Save davidsf/1cee3e0be65854f05ef71a7a681b0197 to your computer and use it in GitHub Desktop.
bool query
This file contains 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