From aeaf4cb8cdd6d413cbd9e9d3c1156bd23bd0b386 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 19 Jan 2019 00:10:33 +0100 Subject: Add documentation about index --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b27c907..f8bec01 100644 --- a/README.md +++ b/README.md @@ -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= +127.0.0.1:5000/?search=&index= ``` -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`. -- cgit v1.2.1