2009/8/14 Patrick R. Michaud <[email protected]>:
...
> Use page text variables.  In the text:
>
>    (:tag: dogs:)
>
> In the pagelist command to find all of the pages tagged with "dogs":
>
>    (:pagelist $:tag=*dogs* :)

Do note that PTVs are not part of the page index.  For performance
reasons you might consider something like this:

(:pagelist $:tag=*dogs* dogs:)

so that the search term "dogs" can be used to optimize the search
somewhat.  (Unless you're dealing with a pretty small site so the
optimization isn't necessary.)

-Peter

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to