diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -41,6 +41,15 @@ python app.py The database used for this project is PostgreSQL, you can update login information in `config.py` file. +# Sphinx-search / Manticore-search configuration + +The configuration for this is in `sphinx_search.conf` file. For update this +file please view documentation of +[Sphinx-search](http://sphinxsearch.com/docs/manual-2.3.2.html) or +[Manticore-search](https://docs.manticoresearch.com). +Keep in mind you must keep up to date the file `config.py` in accordance with +the `sphinx_search.conf` file. + # Indexing Before lauch indexing or searching command you must verifiy that the folder of |