Investigate which of the following we would like to use and when:
https://www.elastic.co/guide/en/elasticsearch/reference/current/full-text-queries.html
Right now using
- query_string (for "advanced search")
- match (basic search)
- match_all (for no query requested)
Investigate which of the following we would like to use and when:
https://www.elastic.co/guide/en/elasticsearch/reference/current/full-text-queries.html
Right now using