Fail to match query

Hi

Im using multimatch with cross fields and im failing to match a query where the query contains more information than the field in the index.

for example in the index I have
"countryName": "United states of America"

and my query is for "United states of blabla America"

The query returns zero results. How can I make the query return values even if 'blabla' is not in the index.

Thank you!

Could you provide a full recreation script as described in About the Elasticsearch category. It will help to better understand what you are doing. Please, try to keep the example as simple as possible.

A full reproduction script is something anyone can copy and paste in Kibana dev console, click on the run button to reproduce your use case. It will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.