aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.