aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-16 19:35:47 +0100
committerneodarz <neodarz@neodarz.net>2019-01-16 19:35:47 +0100
commit04bb3fc0cd974cbae1db16e1c4413e05f2f3cd3c (patch)
tree666aefe74739b63b85527fd6af2fa3d044e66768 /README.md
parentfb562ce9623c84f2eac5d3358d76caa634f709f2 (diff)
downloadkhanindexer-04bb3fc0cd974cbae1db16e1c4413e05f2f3cd3c.tar.xz
khanindexer-04bb3fc0cd974cbae1db16e1c4413e05f2f3cd3c.zip
Add manticoresearch search function
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69d329d..2c69f69 100644
--- a/README.md
+++ b/README.md
@@ -69,3 +69,5 @@ Example search command:
```
curl -X POST '127.0.0.1:8080/search' -d 'index=datas&match=@content livet&select=id&limit=5' --output -
```
+
+You can also use the search function of the sphinx module of this project.