<![CDATA[ Tagger URI - Multiple tags possible? - My Forums]]> https://forums.modx.com/thread/?thread=103832 <![CDATA[Tagger URI - Multiple tags possible?]]> https://forums.modx.com/thread/103832/tagger-uri---multiple-tags-possible#dis-post-558427
So i made a news page for a friend and used the 'Tagger' add-on to insert certain tags for specific news items.

I found out that it is possible to filter tags with a URI like so:
http://example.com/?tag=tagname


And this works like a charm, but i was wondering (can't find anything on this in the documentation) if it's possible to filter on multiple tags aswell?

http://example.com/?tag=tagname&tag2=tagname2


Does anyone know if this is possible somehow?

Thanks in advance!]]>
niintek May 08, 2018, 08:23 AM https://forums.modx.com/thread/103832/tagger-uri---multiple-tags-possible#dis-post-558427
<![CDATA[Re: Tagger URI - Multiple tags possible?]]> https://forums.modx.com/thread/103832/tagger-uri---multiple-tags-possible#dis-post-558573
&matchAll=`1`
]]>
BobRay May 15, 2018, 04:46 AM https://forums.modx.com/thread/103832/tagger-uri---multiple-tags-possible#dis-post-558573
<![CDATA[Re: Tagger URI - Multiple tags possible? (Best Answer)]]> https://forums.modx.com/thread/103832/tagger-uri---multiple-tags-possible#dis-post-558558
Example:

User wants to filter on blogpost with tags 'News' AND 'New York'.

What tagger does out of the box is creating URL parameters for both in this case:

/blogs/?tags=news,new-york


Unfortunately though it will display any resource with one of two tags, so it will show blogpost with tags 'News' and 'Los Angeles' as wel. It would be great if there will be a feature added where the OR statement will be replaced by an AND statement so when two tags are selected there will be only those visible that have an exact match with both tags.]]>
niintek May 14, 2018, 11:34 AM https://forums.modx.com/thread/103832/tagger-uri---multiple-tags-possible#dis-post-558558