Carl
03/03/2022, 12:36 PMKishore Nallan
03/03/2022, 1:00 PMJason Bosco
03/03/2022, 9:51 PMCarl
03/04/2022, 6:26 AMq
paramter.
However, if the user searches: 9039274026622 634991
We would then identify that those two numbers match a specific length (after splitting on a space). However, one number targets the product's EAN (9039274026622), the other targets a product ID (634991). This query should then be sent to filter_by
on ean
and product_id
as OR
based query.
Hope that makes sense. I have tried setting facetFilters
on the <Configure>
which works, though it is joining them with AND
as we would expect. So was wondering if I could hack my way around it somehowCarl
03/07/2022, 7:39 AMKishore Nallan
03/07/2022, 7:43 AMCarl
03/07/2022, 8:53 AMJason Bosco
03/07/2022, 4:16 PMJason Bosco
03/07/2022, 4:17 PMCarl
03/08/2022, 7:16 AMKishore Nallan
03/08/2022, 7:16 AM