You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/03/17 22:10:40 UTC

svn commit: r1578579 - /lucene/cms/trunk/templates/search.html

Author: sarowe
Date: Mon Mar 17 21:10:40 2014
New Revision: 1578579

URL: http://svn.apache.org/r1578579
Log:
Fix Lucid Find link

Modified:
    lucene/cms/trunk/templates/search.html

Modified: lucene/cms/trunk/templates/search.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/search.html?rev=1578579&r1=1578578&r2=1578579&view=diff
==============================================================================
--- lucene/cms/trunk/templates/search.html (original)
+++ lucene/cms/trunk/templates/search.html Mon Mar 17 21:10:40 2014
@@ -18,7 +18,7 @@
       }
 
       if (provider == "lucid") {
-        form.action = "http://search.lucidimagination.com/p:lucene";
+        form.action = "http://find.searchhub.org/p:lucene,solr";
       } else if (provider == "sl") {
         form.action = "http://search-lucene.com/lucene";
       }