Hi, I'm using hard coded links from a map like this:
/index.php?option=com_comprofiler&task=usersList&state=al
Works just fine, but is there a way to use an "OR" operator so i can also search for multiple fields at the same time without excluding anything as "AND" does? This way it would return "any" of the fields that match and not just if they all match.
Searched all over, thanks! Maybe I need to learn and write some PHP to do this.