I am having some trouble with Magento admin product search! Basically I need the following:
If a product name is "Microsoft Wireless Mouse and Keyboard" and a user types into the admin manage products screen "wireless keyboard" then I want that product to appear. At the moment, unless I type two words, exactly in the order they appear (e.g "wireless mouse"), I do not get the search results.
I have tried setting Magento Catalog settings to Like, Fulltext and Combine, and all result in the exact same results. I have cleared Cache and Reindexed after changing each result, and they have not effect on how the search works.
I am running Magento 1.9.2 and running the VES Superstore theme.
Any advice on which file I can override and change the MySql query in to do what I need?
Thanks