Elasticsearch - Basic Search Queries
Find the mistake in this query:
Assuming the search text has only two words.
{ "query": { "match": { "body": { "query": "search text", "minimum_should_match": 3 } } } }Assuming the search text has only two words.
