Hi!<br><br>I have a simple stupid question, but I can&#39;t find the answer.<br><br>When creating categories, or groups, by default a page is created which is named category.category.<br><br>Eg I have&nbsp; a Logbook with for each month a page: Logbook.February,Logbook.March etc. Then also Logbook.logbook is created.<br>
>From the pagelist I would like to get a list which includes February, March etc but not Logbook.<br><br>If I use: (:pagelist group=Logbook list=normal :)<br>I get: <br>* Logbook<br>** Logbook.February<br>** Logbook.Logbook<br>
<br>The last entry should be excluded, how do I do that?<br>I tried :<br>$SearchPatterns[&#39;test&#39;][] = &#39;!^Group\.Group$!&#39;;<br><br>But it doesn&#39;t work. (I don&#39;t really understand the pattern syntax)<br>
<br>Thanks for your help, Thomas<br><br>