From 1dcf57df8ca2bdad6ef38d9bf3a1fdf80c2da3a8 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 16 Jan 2019 19:46:02 +0100 Subject: Add some documentation about sphinx/manticore configuration --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1ed7d48..47828cb 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1