-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix: Catalog - Stocks - multiple filters not working #35384
Conversation
Codencode
commented
Feb 16, 2024
•
edited by florine2623
Loading
edited by florine2623
Questions | Answers |
---|---|
Branch? | 8.1.x |
Description? | In search in Catalog - Stocks when I add multiple filters, no products are shown. If I use only one keyword in search it is working. |
Type? | bug fix |
Category? | BO |
BC breaks? | no |
Deprecations? | no |
UI Tests | https://github.com/florine2623/testing_pr/actions/runs/8173612011 ✅ |
How to test? | Go to Catalog > Stock and perform a 2-word search |
Fixed issue or discussion? | Fixes #35280 |
Sponsor company | Codencode |
Hello @Codencode Tests related to this piece of code are red. There is a test scenario that shows some troubles. |
Hi @kpodemski, Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Codencode ,
Tested the basic case, tested with all the keywords in the title of the product, tested within a product title
Tested another case, where I have :
- 1 product titled "bird"
- A few products titled "hummingbird"
If I search for "bird", all the products mentioned above are displayed ✅
If I search for "bird" + "humming", only my products "hummingbird" will be displayed ✅
If I search for "hummingbird", only my products "hummingbird" will be displayed ✅
It is QA ✅
Thanks!
QA approved, well done! Message to the maintainers: do not forget to milestone it before the merge. |
Thank you @Codencode |