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 <nzsk...@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 <nzsk...@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
>>
>>
_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to