Incorrect search by product SKU in the admin hub #75
Replies: 3 comments
-
I presume you mean |
Beta Was this translation helpful? Give feedback.
-
I tried the Meilisearch driver but it turns out that the scout does not index product attributes, which is why it is not possible to search by product attributes such as SKU. I tried run this command to reindex:
But doesn't work |
Beta Was this translation helpful? Give feedback.
-
When indexing with Meilisearch (or anything other than MySQL) we index the skus into a field When you run the set up command it won't reindex everything as this should be explicitly done by the developer (to stop any unwanted changes to the documents) You can import all products by running the scout command php artisan scout:import GetCandy\\Models\\Product |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My products SKU starts from
3361
in my store like this:When I enter search query
3361
from SKU don't get all products.To test you can see my demo store here:
https://candyshop.na4u.ru/hub
E-mail: [email protected]
Password: 00000000
Scout driver: mysql
Beta Was this translation helpful? Give feedback.
All reactions