cancel
Showing results for 
Search instead for 
Did you mean: 

Search product by it's classification attribute

0 Kudos

Hi,

Is it possible to configure advanced search for product so product can be searched by classification attributes?

Hybris version 1808

Thanks, Josip

former_member506
Participant
0 Kudos

Hello
I too have same question, did you find out please.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member506
Participant
0 Kudos

May be you can use Product relation(1:n) with Product Feature for this purpose, based on below.
Try it.

SELECT 
     {p.code}, {pf.qualifier}, {pf.stringValue}
 FROM 
     {ProductFeature as pf 
     JOIN Product as p ON {p.pk}={pf.product}