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

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

Reply via email to