Reply to thread

Hi,

I'm trying to set a view filtered by multiple genre, for example:

genre = soundtracks, rock, pop

but i don't know what is the operator that can separate multiple restriction keys.

I tried the following:

genre = soundtracks, rock, pop

genre = soundtracks; rock; pop

genre = soundtracks/rock/pop

genre = soundtracks or rock or pop

 

but none is working.

can someone know if it's possible?

 

thanks


Top Bottom