[docs] xmldocs - racke modified guides/search.xml

docs at icdevgroup.org docs at icdevgroup.org
Mon Oct 3 19:37:20 EDT 2005


User:      racke
Date:      2005-10-03 23:37:20 GMT
Modified:  guides   search.xml
Log:
documented catalog configuration

Revision  Changes    Path
1.6       +15 -4     xmldocs/guides/search.xml


rev 1.6, prev_rev 1.5
Index: search.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/search.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- search.xml	29 Sep 2005 22:21:20 -0000	1.5
+++ search.xml	3 Oct 2005 23:37:20 -0000	1.6
@@ -56,12 +56,23 @@
 </para>
 <para>
 
-To use, you must add to interchange.cfg:
+First of all, enable Swish search in your interchange.cfg:
 <programlisting>
-	Require module Vend::Swish
-	AddDirective Swish hash
-	Variable swish Vend::Swish
+Require module Vend::Swish
+AddDirective Swish hash
+Variable swish Vend::Swish
 </programlisting>
+</para>
+
+<para>
+Now you can configure Swish search in your catalog.cfg:
+<programlisting>
+Swish command /usr/bin/swish-e
+Swish index products/swish-e.db
+</programlisting>
+</para>
+
+<para>
   The search is called with st=swish (or mv_searchtype=swish).
 
 </para>








More information about the docs mailing list