From 04bb3fc0cd974cbae1db16e1c4413e05f2f3cd3c Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 16 Jan 2019 19:35:47 +0100 Subject: Add manticoresearch search function --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.1