Hi ,
I have a scenario to pull search results from multiiple facets for that added a facet with behavior muti-select so that the user can filter the results by selecting multiple categories in single facet.
For example, i have Facet as Color and Black, Brown, Green are my facet items.
Now if I select Brown and Black then I should see results from BOTH Brown and Black
what should be keys for the url parameters for this faceted search? had tried this combination
https://domain/content/hunk/search.html?q=*&x1=color&q1=black&q2=brown
but did'nt fetch anyresults