on ‎2019 Apr 12 3:39 PM
Hi,
Is it possible to configure advanced search for product so product can be searched by classification attributes?
Hybris version 1808
Thanks, Josip
Request clarification before answering.
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}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.