<div class="gmail_quote">On Tue, Feb 3, 2009 at 11:41 AM, Thomas Mensink <span dir="ltr">&lt;<a href="mailto:thomas@mensink.nu">thomas@mensink.nu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I tried :<br>$SearchPatterns[&#39;test&#39;][] = &#39;!^Group\.Group$!&#39;;<br></blockquote><div><br>Try this:<br><br>$SearchPatterns[&#39;test&#39;][] = &#39;!^([^./]+)[./]\1$!&#39;;<br><br>If I&#39;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).&nbsp; Thus Logbook.Logbook would be excluded. <br>
<br>Of course if you change your group homepage format then you&#39;ll need to change this...<br><br>Note that since you are using [&#39;test&#39;] you will need to use list=test instead of list=normal.&nbsp; <br><br>-Peter<br>
</div></div>