|
The Search page lets you search products using keywords. Matching keywords are color-highlighted in the product description text.
In both the Admin Area and the Storefront, search is performed in the same way. Matching products are displayed according to relevance: the more suitable a product is to the search keywords, the higher it will be on the list of results.
Relevance is calculated as follows: the user-entered search string is split into words, and these words are searched for in key product attributes.
Product search relevance sequence:
| 1. | (Highest relevance) All keywords are found in the product name. |
| 2. | All keywords are found in the product description. |
| 3. | At least one keyword is found in the product name. |
| 4. | At least one keyword is found in the product description. |
| 5. | At least one keyword is found in the product SKU. |
| 6. | At least one keyword is found in the product Meta Description or Meta Keywords. |

|