Skip to Content Skip to Menu

URL structure strange search behavior

  • mk3
  • mk3
  • OFFLINE
  • Posts: 137
  • Thanks: 2
  • Karma: -1
6 years 10 months ago #300233 by mk3
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
Code:
site.com/blablabla
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?

Please Log in or Create an account to join the conversation.

  • mk3
  • mk3
  • OFFLINE
  • Posts: 137
  • Thanks: 2
  • Karma: -1
6 years 10 months ago - 6 years 10 months ago #300236 by mk3
Replied by mk3 on topic URL structure strange search behavior
Ok...made some tests and saw, that it may be because of a white space in "Acting skills" in the dynamic link.
If I put "Acting+skills" or "Acting%20skills" Joomla strips + and %20.
Waiting for you to recommend something....
Last edit: 6 years 10 months ago by mk3.

Please Log in or Create an account to join the conversation.

  • mk3
  • mk3
  • OFFLINE
  • Posts: 137
  • Thanks: 2
  • Karma: -1
6 years 10 months ago #300238 by mk3
Replied by mk3 on topic URL structure strange search behavior
Ok...found a workaround:
in link param and multi select field value I put:
Acting_skills
and in multi select field label I put:
Acting skills

Works like that!
However if you know how to deal with spaces in Joomlas Menu Link, you are welcome to tell me :-)

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum