We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bfce5 commit 29c8cecCopy full SHA for 29c8cec
content/develop/clients/lettuce/queryjson.md
@@ -96,7 +96,7 @@ need to specify some slightly different options.
96
97
When you create the schema for a hash index, you don't need to
98
add aliases for the fields, since you use the basic names to access
99
-the fields anyway. Also, you must use `CreateArgs.TargetType.HASH` for the `On()`
+the fields. Also, you must use `CreateArgs.TargetType.HASH` for the `On()`
100
option of `CreateArgs` when you create the index. The code below shows these
101
changes with a new index called `hash-idx:users`, which is otherwise the same as
102
the `idx:users` index used for JSON documents in the previous examples.
0 commit comments