Commit 6120e143 authored by Ivan Tyagov's avatar Ivan Tyagov

Register only in KM skin.

Set better description with some guidelines.
Set version.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43840 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 47df7f9d
<registered_skin_selection>
<skin_folder_selection>
<skin_folder>erp5_km_sphinxse_full_text_search</skin_folder>
<skin_selection>KM</skin_selection>
</skin_folder_selection>
</registered_skin_selection>
\ No newline at end of file
......@@ -6,6 +6,12 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
......
KM full text search using sphinx.
Use "NO ZODB" approach -i.e. search results are delivered entirely by MySQL backend together with text excerpts from Sphinx search engine.
See http://www.erp5.org/HowToUseSphinxSE
\ No newline at end of file
Use "NO ZODB" approach - i.e. search results are delivered entirely by MySQL backend together with text excerpts from Sphinx search engine.
See http://www.erp5.org/HowToUseSphinxSE
In order to make Sphinx return snippets one needs to manually do in a MySQL shell:
> CREATE FUNCTION sphinx_snippets RETURNS STRING SONAME 'sphinx.so';
\ No newline at end of file
10
\ No newline at end of file
11
\ No newline at end of file
erp5_km_sphinxse_full_text_search | KM
\ No newline at end of file
0.1
\ No newline at end of file
5.4.7
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment