You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/01/15 00:26:56 UTC

svn commit: r496191 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft

Author: thorsten
Date: Sun Jan 14 15:26:54 2007
New Revision: 496191

URL: http://svn.apache.org/viewvc?view=rev&rev=496191
Log:
Search result should not be indexed by solr.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft?view=diff&rev=496191&r1=496190&r2=496191
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/resources/themes/common/html/solr-add.ft Sun Jan 14 15:26:54 2007
@@ -37,7 +37,7 @@
       <xsl:template match="/">
         <forrest:content>
           <forrest:part xpath="/html/head">
-            <xsl:if test="not($request='linkmap') and not(contains($request,'solr.add.do'))">
+            <xsl:if test="not($request='linkmap') and not($request='solr-search.html') and not(contains($request,'solr.add.do'))">
               <link href="{normalize-space($root)}{$request}.solr.add.do.html"/>  
             </xsl:if>
           </forrest:part>