[pmwiki-devel] Pagelist case sensitivity

Simon nzskiwi at gmail.com
Tue Apr 26 03:34:32 PDT 2022


Thanks to advice from Petko I know know that

You cannot use brackets in the search terms, they have a different meaning
(regex character classes).

If you want to find only "[[~simon]]", you can search for:

   $:Maintainer="??~simon??"

I would also recommend that you use list=recipes to exclude talk and users
pages from being opened and read.

thanks Petko

Simon


On Sun, 24 Apr 2022 at 17:31, Simon <nzskiwi at gmail.com> wrote:

> The problem is that some of the Maintainer variables include markup, e.g.
> [[~simon]]
> so logically I need something like
> (:pagelist group=Cookbook $:Maintainer=simon,[[~simon]] fmt=#titlesummary:)
> but that doesn't work.
>
> Working on it
>
>
> On Sun, 24 Apr 2022 at 17:23, Simon <nzskiwi at gmail.com> wrote:
>
>> I've got a pagelist
>>
>> (:pagelist group=Cookbook $:Maintainer=simon fmt=#titlesummary:)
>>
>> It finds all the
>> Maintainer: Simon
>> but not the
>> Maintainer: simon
>>
>> any ideas on making it case insensitive?
>>
>> ngā mihi
>>
>> Simon
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20220426/92e40110/attachment.html>


More information about the pmwiki-devel mailing list