On Fri, Mar 28, 2008 at 02:49:50PM -0400, Pierre Racine wrote:
> Unfortunately this prevent variable containing comma to be treated as a 
> whole. For example I get pages with the variable $:Categorie set to  
> "Navigation, transport and communications". If I request pages with:
> 
> (:pagelist group=PmWiki $:Categorie ="Navigation, transport and 
> communications" fmt=Cookbook/PagelistTemplateSamples#oneline :)
> 
> those pages do not get returned...
> 
> Any idea how can I solve this?

Try using ? instead of comma:

    $:Categorie="Navigation? transport and communications"

Pm

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

Reply via email to