Magento 1.9 Search Results Issue – Too Many Results

magento-1.9search

I found a product using a specific search in my store at #5 in the middle of my product grid. I'm using "Combined" for search. All but "Name" attribute is searchable….why is it #5 and not #1 on the top row?

Our site has really funky search results. Ideas?

Best Answer

The native MySQL search engine indexes all attributes you have configured to be indexed for search. On top of that, it runs an OR operation on matching words. So, you'll get all kinds of results if you let attributes like description be indexed.

This has some bullet points you might find useful: http://www.demacmedia.com/magento-commerce/5-tips-improving-on-site-search-results-using-magento-and-apache-solr/

Related Topic