Skip to content

Commit 1a2dcca

Browse files
authored
RS: Fix typo in search code example (#1053)
1 parent c331b85 commit 1a2dcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/oss_and_stack/stack-with-enterprise/search/scalable-query-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here's an improved query that follows best practices for vertical scaling:
9393

9494
```sh
9595
FT.AGGREGATE jsonidx:profiles '@t:[1299 1299]'
96-
LOAD 6 id t nam" lastname loc ver
96+
LOAD 6 id t name lastname loc ver
9797
LIMIT 0 10
9898
DIALECT 3
9999
```

0 commit comments

Comments
 (0)