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

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

commit b9c1036eb986d004182ca5a774fa9e7724f7015a
Author: Twice <[email protected]>
AuthorDate: Mon Nov 11 00:18:17 2024 +0800

    Fix output format on search doc
---
 docs/kvrocks-search.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/kvrocks-search.md b/docs/kvrocks-search.md
index ddcb814..b7fad4d 100644
--- a/docs/kvrocks-search.md
+++ b/docs/kvrocks-search.md
@@ -107,14 +107,16 @@ The output format of this command is like:
       2) ...
       3) type
       4) "tag"
-      5) options
-      6) ...
+      5) properties
+      6) 1) ...
+         2) ...
    2) 1) identifier
       2) ...
       3) type
       4) "numeric"
-      5) options
-      6) ...
+      5) properties
+      6) 1) ...
+         2) ...
    3) ...
 ```
 

Reply via email to