Skip to content

Commit 7b39f7d

Browse files
committed
DEV: fix FT.SEARCH syntax
1 parent 77d567e commit 7b39f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/ft.search/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ syntax: "FT.SEARCH index query \n [NOCONTENT] \n [VERBATIM] \n [NOSTOPWORDS]
279279
\ \n [WITHPAYLOADS] \n [WITHSORTKEYS] \n [FILTER numeric_field min max [ FILTER\
280280
\ numeric_field min max ...]] \n [GEOFILTER geo_field lon lat radius m | km | mi\
281281
\ | ft [ GEOFILTER geo_field lon lat radius m | km | mi | ft ...]] \n [INKEYS count\
282-
\ key [key ...]] [ INFIELDS count field [field ...]] \n [RETURN count identifier\
282+
\ key [key ...]] \n [INFIELDS count field [field ...]] \n [RETURN count identifier\
283283
\ [AS property] [ identifier [AS property] ...]] \n [SUMMARIZE [ FIELDS count field\
284284
\ [field ...]] [FRAGS num] [LEN fragsize] [SEPARATOR separator]] \n [HIGHLIGHT\
285285
\ [ FIELDS count field [field ...]] [ TAGS open close]] \n [SLOP slop] \n [TIMEOUT\

0 commit comments

Comments
 (0)