Skip to content

I’m using Magento 2.4.7-p5 Elasticsearch search returns no results when query contains the word ‘of ‘

When I try to search for:

  • rios -> result show
  • mercedes -> result show
  • rios of mercedes -> no result found

I am not getting why adding the word ‘of ‘ causes the search to return no results.

Check the following screenshot:

Search return no results

Why does this happen in Magento 2.4.7-p5? How can I fix it so that a search like ‘rios of mercedes’ works? Is there a way to configure or override this behavior?