diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |