Hi DW team.
We have a solution where we search the product catalog by query like so: "/produkter.aspx?q=searchterm"
This is all fine since it executes the search, but it seems like it only searches on the products name, not on etc. brand. We would like the search to search on different parameters like name, description and brand, so that if we execute: "/produkter.aspx?q=nike" All nike brand models will show up in the search, and the filtering categories will react to the search.
We tried "eComQuery=nike" but this does not work either, and does not reflect on the filtering categories either.
Our Product catalog module has the following search options:
thanks in advance
Jonas