Skip to content

Commit a68f43e

Browse files
committed
Applied suggestions from Lior's code review (part 3)
1 parent ff1e46b commit a68f43e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/commands/ft.aggregate/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ title: FT.AGGREGATE
203203
Run a search query on an index and perform aggregate transformations on the results.
204204

205205
{{< note >}}
206-
This command will only return keys to which the user has at least read access.
206+
This command will only return keys to which the user has read access.
207207
{{< /note >}}
208208

209209
[Examples](#examples)

content/commands/ft.search/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ title: FT.SEARCH
319319
Search the index with a textual query, returning either documents or just ids.
320320

321321
{{< note >}}
322-
This command will only return keys that the user has access to.
322+
This command will only return keys to which the user has read access.
323323
{{< /note >}}
324324

325325
[Examples](#examples)

0 commit comments

Comments
 (0)