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 ae7fbc6 Fix desc for FT.SEARCHSQL
ae7fbc6 is described below
commit ae7fbc63cb816612d6e23e4e9ed67dcadb3b8f5e
Author: PragmaTwice <[email protected]>
AuthorDate: Sun Jun 2 21:20:25 2024 +0900
Fix desc for FT.SEARCHSQL
---
docs/supported-commands.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 7df4591..688fc09 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -414,4 +414,4 @@ In addition, `LISTFUNC` subcommand is added as an extension
to list all function
| FT.INFO | √ | unstable | |
| FT._LIST | √ | unstable | |
| FT.SEARCH | √ | unstable | |
-| FT.SEARCHSQL | √ | unstable | extension for SQL
quires: FT.SEARCHSQL 'select ...' |
+| FT.SEARCHSQL | √ | unstable | extension for SQL
quires: `FT.SEARCHSQL <sql>` |