Skip to content

Commit 8c475e6

Browse files
authored
DEV: add deprecation notice for NOSTOPWORDS (#1722)
1 parent 8750730 commit 8c475e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/commands/ft.search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ does not try to use stemming for query expansion but searches the query terms ve
352352
</details>
353353

354354
<details open>
355-
<summary><code>NOSTOPWORDS</code></summary>
355+
<summary><code>NOSTOPWORDS (deprecated)</code></summary>
356356

357-
ignores any defined stop words in full text searches.
357+
ignores any defined stop words in full text searches. Note: this option is deprecated as of Redis 8.0.
358358
</details>
359359

360360

0 commit comments

Comments
 (0)