Elasticsearch partial matching issue: query “hp g10” doesn’t find “hp 250 g10”
I have an Elasticsearch index with a title field, and I am trying to search for partial matches. For example, the title is “hp 250 g10”. When I search with “hp 250” or the exact key “hp 250 g10”, the results are as expected. However, when I search “hp g10”, no results are returned. Here’s the relevant part of my code:
Elasticsearch partial matching issue: query “hp g10” doesn’t find “hp 250 g10”
I have an Elasticsearch index with a title field, and I am trying to search for partial matches. For example, the title is “hp 250 g10”. When I search with “hp 250” or the exact key “hp 250 g10”, the results are as expected. However, when I search “hp g10”, no results are returned. Here’s the relevant part of my code: