[18.0][ADD] product_variant_search#433
Conversation
88931bb to
41caa7d
Compare
3438aaa to
210943c
Compare
210943c to
cc5c875
Compare
nobuQuartile
left a comment
There was a problem hiding this comment.
Code review and functional review: LGTM
I have confirmed that in a multi-language environment, product variants can be searched using attribute values in each respective language.
I have also confirmed that when the user’s language is set to English, searching with Japanese attribute values does not return the corresponding product variants in the search results.
cc5c875 to
32614f8
Compare
smorita7749
left a comment
There was a problem hiding this comment.
Functional review: LGTM
Create a product with the following fields:
Product name: Desk
Attribute: Color
Values: Wood, Black
When searching for "Wood" in the product section field, the product variant "Desk (Wood)" is displayed.
When searching for "Desk (Black)" in the product section field, the targeted product variant is displayed.
Supersedes OCA/product-attribute#2196
This module improves product variant searching by matching the product display name across all product selection fields.
@qrtl QT6354