We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento 2.2.3 php 7.1
Search will not find product if dot is included product sku: 145.6 Search product by: 145.6 Product will be not found.
product sku: 1457 search product by: 1457 Product will be found.
The extension will not find product by sku if sku have a dot (.). In magento standard search it's working with and without dot.
How to fix this issue?
The text was updated successfully, but these errors were encountered:
Hello friends, do you have any updates? Same problem again in new project.
Sorry, something went wrong.
No branches or pull requests
Magento 2.2.3
php 7.1
Search will not find product if dot is included
product sku: 145.6
Search product by: 145.6
Product will be not found.
product sku: 1457
search product by: 1457
Product will be found.
The extension will not find product by sku if sku have a dot (.).
In magento standard search it's working with and without dot.
How to fix this issue?
The text was updated successfully, but these errors were encountered: