diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -94,7 +94,9 @@ python app.py For start searching send `GET` request to the following adresse (without `<` and `>`): ``` -127.0.0.1:5000/?search=<search terms> +127.0.0.1:5000/?search=<search terms>&index=<indexed website> ``` -Resultat are in json format. +Resultat are in json format. If you whant to know witch website is indexed, +search in the file [sphinx_search.conf](https://git.khaganat.net/neodarz/khanindexer/blob/master/sphinx_search.conf) +all the line who start by `index`. |