I discover wikilists to be a great way to organize and link content especially with the ability to query multiple tags separated by commas. for example
[wikilist|part, clientName]
so that on one page I can display all parts from a specific client and on another display all parts.
When trying to do this with guides the syntax is a little different
[guidelist|tag=part]
Notice how tag is defined tag=someVariable
I've tried:
- tag=someVariable , anotherVariable
- tag=someVariable | tag=anotherVariable
but none of these worked to yield the same results as the multi-tag wikilist. Is there another way to do this?
Note: the query result I'm trying to get is "if var1 AND var2" and not "if var1 OR var2"