[Fwd: Re: [pmwiki-users] Kind-of Blog 1.1 released]

Patrick R. Michaud pmichaud at pobox.com
Wed Dec 14 10:51:11 CST 2005


On Wed, Dec 14, 2005 at 05:42:48PM +0100, sven saurwein wrote:
> Patrick R. Michaud wrote:
> >I'm also thinking we can introduce a fullname= parameter with
> >wildcards, thus:
> >
> >    (:pagelist fullname=BlogGroup.*2005* order=-name:)
> >
> >gives all of the pages in BlogGroup with "2005" in the name, reverse
> >sorted by name.  Maybe we can come up with a better name besides
> >"fullname=", too.
> 
> (1)
> wont this wildcard list not only
> 2005xxxx = pages from 2005
> 
> but also the probably not intended
> 20200510 = page from (okay:-) 2020, may 10
> ?

Sure, but your original message said "all pages with 2005 in [their] name"
-- i.e., I was trying to match your original statement.  Even the
(:pagelist group=GROUP 2005:) is going to match 20200510.  :-)

If you want only those page names that begin with "2005", one would use

    (:pagelist fullname=BlogGroup.2005* order=-name:)

Pm





More information about the pmwiki-users mailing list