I have one userlist that I use on different site pages by using GET params.
If I have a URL
Code:
index.php?option=com_comprofiler&view=userslist&searchmode=0&cb_country=CH&cb_s_tutor=Acting skills
assigned to a static page
it must show all users with cb_country = CH and cb_s_tutor = Acting skills
but in my case it shows users with
cb_s_tutor = Acting skills but
with ANY COUNTRY (CH, US, FR.......)
I cannot put "Simple Exact Match" because some users can have a Multi list of
cb_s_tutor params in their profile. So I use "Simple any word match" in list search configuration.
How to make this filters in GET parameters work as expected?