[pmwiki-users] pagelist wildcards * -> +
Patrick R. Michaud
pmichaud at pobox.com
Fri Mar 17 12:52:31 CST 2006
On Fri, Mar 17, 2006 at 07:29:00PM +0100, bram brambring wrote:
> I definitely like the wild cards in the pagelist directive.
>
> It appears to be very handy to structure some of my site:
>
> I have a pages like TopicA TopicB, OtherA, OtherB etc etc
>
> now I can easily create list of subpages using name={$Name}*,-{$Name}
>
> It would be possible to get ride of the second query ( - {$Name} } if
> there would be a + wildcard as well......
Normally there's no such thing as a "+" wildcard. ("+" is common
in regular exprsesions, but not wildcards.)
At any rate, try the following instead of name={$Name}*,-{$Name} :
name={$Name}?*
Pm
More information about the pmwiki-users
mailing list