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 ed43f24  Fix output format on search doc (#259)
ed43f24 is described below

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

    Fix output format on search doc (#259)
---
 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