From ae7fbc63cb816612d6e23e4e9ed67dcadb3b8f5e Mon Sep 17 00:00:00 2001 From: PragmaTwice Date: Sun, 2 Jun 2024 21:20:25 +0900 Subject: [PATCH] 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 7df4591e..688fc09d 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 ` |