aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-19 00:10:33 +0100
committerneodarz <neodarz@neodarz.net>2019-01-19 00:10:33 +0100
commitaeaf4cb8cdd6d413cbd9e9d3c1156bd23bd0b386 (patch)
tree281e23d381a9be2112d9b3b71cf4c7313c9c77ae
parent9665c87a43765f6660a371ea079a5da1316ac44b (diff)
downloadkhanindexer-aeaf4cb8cdd6d413cbd9e9d3c1156bd23bd0b386.tar.xz
khanindexer-aeaf4cb8cdd6d413cbd9e9d3c1156bd23bd0b386.zip
Add documentation about index
-rw-r--r--README.md6
1 files 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=<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`.