[pmwiki-users] pagelist extension - experimental
    Petko Yotov 
    5ko at 5ko.fr
       
    Tue Mar 17 06:22:33 CDT 2009
    
    
  
All these can be done with the current markup.
On Monday 16 March 2009 22:13:09 Peter Bowers wrote:
> intersection: (:pagelist (name=Foo)+(group=Bar) order=name fmt=#simple:)
Now you can do the same :
  (:pagelist name=Foo group=Bar:) or
  (:pagelist name=Bar.Foo:)
> union: (:pagelist (name=Foo),(group=Bar) order=name fmt=#simple:)
Now you can do the same :
  (:pagelist name=*.Foo,Bar.*:)
> difference: (:pagelist (name=Foo)-(group=Bar) order=name fmt=#simple:)
Now you can do the same :
  (:pagelist name=*.Foo,-Bar.*:) or
  (:pagelist name=Foo group=-Bar:)
I have a strong preference to keep the current way of doing searches, and to 
enable the same way for the link= and the trail= parameters.
Thanks,
Petko
    
    
More information about the pmwiki-users
mailing list