This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 7fcfb5ef Update kvrocks-search.md (#310)
7fcfb5ef is described below

commit 7fcfb5ef645b83bcafa2042f99f5c1788dd67501
Author: Twice <[email protected]>
AuthorDate: Mon Jul 14 13:52:19 2025 +0800

    Update kvrocks-search.md (#310)
---
 docs/kvrocks-search.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/kvrocks-search.md b/docs/kvrocks-search.md
index 15ecd3f2..5cedb595 100644
--- a/docs/kvrocks-search.md
+++ b/docs/kvrocks-search.md
@@ -19,7 +19,8 @@ FT.SEARCH index query
   [RETURN count identifier [ identifier ...]] 
   [SORTBY sortby [ ASC | DESC]] 
   [LIMIT offset num] 
-  [PARAMS nargs name value [ name value ...]] 
+  [PARAMS nargs name value [ name value ...]]
+  [DIALECT 2]
 ```
 
 `FT.SEARCH` is to perform a `query` (in RediSearch query syntax) on a given 
`index` (created by `FT.CREATE`).

Reply via email to