Listit filtering problems

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
faglork

Listit filtering problems

Post by faglork »

Hi!

The module help says: "(optional) search_*="" - Search a particular field. You can use 'title' or the alias of a field definition, e.g. search_title. Can be combined with fulltext search. Multiple search_* params can be combined."

a) what is meant by "combined"? Is this an AND or an OR?

b) I have a multiselect/checkbox group type of field, and I need to search for several values in the same field. Is this possible?

c) Just HOW do I combine parameters? Neither of this works:

search_myfield="param1" search_myfield="param1"

search_myfield="param1, param2"

search_myfield="param1 param2"

??

Cheers,
Alex
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1924
Joined: Mon Jan 29, 2007 4:47 pm

Re: Listit filtering problems

Post by Jo Morg »

module help wrote:"(optional) search_*="" - Search a particular field. You can use 'title' or the alias of a field definition, e.g. search_title. Can be combined with fulltext search. Multiple search_* params can be combined."
c) I would assume: search_myfield1=$what search_myfield2=$what
where in search_* you replace the * by the field name or field alias and $what would be a search string or var...
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Locked

Return to “Modules/Add-Ons”