CMS Filter Search Field Multiple Values

Is it possible to pass multiple values to the CMS Filter Search Field?

Example:

website…com?=value1&=value2

OR

website…com?*=value1,value2

Hey @edrock! This could be possible but for items to be a match they would have to contain the exact search term

Thank you @Support-Luis . Is it possible to give me an example of what you mean?

Basically, the param *=value1&value2 will be added to the search input as the string value1&value2, this string would also have to match on your item card.

I would not recommend this approach, unless we are trying with checkboxes which, if multiple are selected this is the param categories=Adventure%2CMost+rated%2CFree+tour notice the categories are joined by %2C