Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/commands/ft.search.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ does not try to use stemming for query expansion but searches the query terms ve
</details>

<details open>
<summary><code>NOSTOPWORDS</code></summary>
<summary><code>NOSTOPWORDS (deprecated)</code></summary>

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


Expand Down