On Tue, Feb 3, 2009 at 11:41 AM, Thomas Mensink <[email protected]> wrote:

> I tried :
> $SearchPatterns['test'][] = '!^Group\.Group$!';
>

Try this:

$SearchPatterns['test'][] = '!^([^./]+)[./]\1$!';

If I've worked it out correctly that should exclude any pagenames where the
portion before the period or slash (i.e., the group) is the same as the
portion after the period or slash (i.e., the page).  Thus Logbook.Logbook
would be excluded.

Of course if you change your group homepage format then you'll need to
change this...

Note that since you are using ['test'] you will need to use list=test
instead of list=normal.

-Peter
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to