The url for a search based on a taxonomy term is:
/results/taxonomy:tid (where tid is the term id)

Is it possible to add other terms in a OR filter like this
results/taxonomy:tid1+tid2
where the returned result would be nodes tagged with tid1 OR tid2 terms
(I tried "+", "," but no one worked)

Any solution ?