[pmwiki-users] Kind-of Blog 1.1 released

Patrick R. Michaud pmichaud at pobox.com
Wed Dec 14 11:02:48 CST 2005


On Wed, Dec 14, 2005 at 05:55:06PM +0100, sven saurwein wrote:
> Patrick R. Michaud wrote:
> 
> >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:)
> 
> thx, something learned, didnt know nothing about it :-(
> startwith*
> *endwith
> *contain*

Yes, I'm just using standard shell wildcard rules here:

    * = zero or more characters
    ? = exactly one character

Of course, we run into problems with '?' on UTF-8 pagenames, but
that's another battle... (sigh).

Pm




More information about the pmwiki-users mailing list