Hello,
I am building an e-commerce website for tools. (http://xtlabs.in)
When I search for something like below,
Combination Spanner Stanley 6 mm, it means
Combination Spanner is a category and is included in product title as well
Stanley is a brand and is part of product attribute
6 mm is the size and is part of the product attribute.
However, the result finds correct data for “Combination Spanner”, “Stanley”, but the sizes go haywire. “6” and “mm” are considered different and hence, all the sizes 1 mm, 2 mm, 3 mm, ….6 mm,….32 mm etc is being displayed. Also, 6 mm size is not even the first product to be displayed. It is somewhere in the result.
If the size is part of Title, the result relevance is a little higher, but if it is part of attribute, the search results are very inaccurate.
I am using the index table. An exact search is off.
Please can you suggest what can be done?