-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
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
[bug]: Search products by category from searchBar doesn't work #4223
Comments
Hi @joseamietta. Thank you for your report. Join Magento Community Engineering Slack and ask your questions in #github channel. |
@magento I am working on this |
Hi @joseamietta! 👋 |
@magento add to contributors team |
Hi @joseamietta! 👋 |
@magento I am working on this |
@magento I am working on this |
Hi @RaghavendraTirumalasetti! 👋 |
Issue is reproducible with the steps Mentioned. Hence Conforming the issue. |
@adobe export issue to JIRA project PWA as Bug |
✅ Jira issue https://jira.corp.adobe.com/browse/PWA-3237 is successfully created for this GitHub issue. |
Describe the bug
Search products by category from searchBar doesn't work
https://venia.magento.com/search.html?query=shirt&category_id%5Bfilter%5D=Tops%2CMTg%3D&page=1
The attribute category_id is deprecated, should replace by category_uid
To reproduce
Steps to reproduce the behavior:
Expected behavior
Able to search products by category from searchBar
Screenshots
Possible solutions
in file node_modules/@magento/peregrine/lib/talons/SearchBar/useSuggestedCategory.js, line 12 replace category_id[filter] by category_uid[filter]
Please complete the following device information:
Please let us know what packages this bug is in regards to:
venia-concept
venia-ui
pwa-buildpack
peregrine
pwa-devdocs
upward-js
upward-spec
create-pwa
The text was updated successfully, but these errors were encountered: