<HTML dir=ltr><HEAD><TITLE>[pmwiki-users] RSS feeds doesn't show for groups</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText94418 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>Dear all,</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>I have just found something that is quite interesting.&nbsp; After I implemented the following on my wikisite:</DIV>
<DIV dir=ltr><SPAN lang=EN></SPAN>&nbsp;</DIV>
<DIV dir=ltr><SPAN lang=EN><FONT color=#ff0000>##How can I configure my site to always exclude wiki-related pages from searches?</FONT></DIV>
<DIV dir=ltr>
<P><FONT color=#ff0000>##Try the following in your local/config.php file. See also Cookbook:SearchPatterns. </FONT></P>
<P><FONT color=#ff0000>## Exclude Certain pages / groups from search results.</FONT></P>
<P><FONT color=#ff0000>$SearchPatterns['default'][] = '!^Site\\.!';</FONT></P>
<P><FONT color=#ff0000>$SearchPatterns['default'][] = '!^SiteAdmin\\.!';</FONT></P>
<P><FONT color=#ff0000>$SearchPatterns['default'][] = '!^Login\\.!';</FONT></P>
<P><FONT color=#ff0000>$SearchPatterns['default'][] = '!^PmWiki\\.!';</FONT></P>
<P>I have found that now my PmWiki files don't show up anymore.&nbsp; I found them still in the wikilib.d folder, but for some reason, PmWiki does not show them anymore on my site.&nbsp; This only appeared after I implemented the search pattern change.&nbsp; Obviously this would make me want to uncomment the PmWiki part, but I can't help wonder why it does that.&nbsp; For my SiteAdmin, Site and Login pages all of them are still there (on my site) although they don't show up in the search anymore, which was the point of this implementation.</P>
<P>Anyone have a guess at this?</P>
<P>Thanks,</P>
<P>Chris</P>
<P>P.S. Did anyone get this to work: <FONT face="Courier New">(:if auth read:)</FONT>&nbsp; together with your searches?&nbsp; I would probably have to put this on my Site.Search page right?</P></SPAN></DIV></DIV></BODY></HTML>