Feature request from cowmix88, posted on GitHub Feb 08, 2017
Preconditions
- Magento 2.1.3
- PHP 7.0.13
- MySQL 5.6
Steps to reproduce
- Create an item with SKU# SDF3123
- Do a quick search for 3123
Expected result
- Search returns product SDF3123
Actual result
- Search returns no products.
Note: Advanced search with a SKU of 3123 does work correctly. Also SDF312 works in quick search so it appears the wildcard character is only being applied to the end of the search string.
Is there any easy way to edit search_request.xml to achieve the desired result?