Expand my Community achievements bar.

SOLVED

multi select faceted search in search and promote

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can try like below separated the query with |

x1=color&q1=black|brown

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

You can try like below separated the query with |

x1=color&q1=black|brown