Skip to content

Commit b7f55b5

Browse files
authored
DEV: add definition for NOSTOPWORDS to FT.SEARCH command page (#887)
1 parent 830ccfe commit b7f55b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/commands/ft.search/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ since: 1.0.0
275275
stack_path: docs/interact/search-and-query
276276
summary: Searches the index with a textual query, returning either documents or just
277277
ids
278-
syntax: "FT.SEARCH index query \n [NOCONTENT] \n [VERBATIM] [NOSTOPWORDS] \n [WITHSCORES]\
278+
syntax: "FT.SEARCH index query \n [NOCONTENT] \n [VERBATIM] \n [NOSTOPWORDS] \n [WITHSCORES]\
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\
@@ -344,6 +344,13 @@ returns the document ids and not the content. This is useful if RediSearch is on
344344
does not try to use stemming for query expansion but searches the query terms verbatim.
345345
</details>
346346

347+
<details open>
348+
<summary><code>NOSTOPWORDS</code></summary>
349+
350+
ignores any defined stop words in full text searches.
351+
</details>
352+
353+
347354
<details open>
348355
<summary><code>WITHSCORES</code></summary>
349356

0 commit comments

Comments
 (0)