File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
content/develop/clients/dotnet Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ run queries against the index. It then goes on to show the slight differences
2222in the equivalent code for [ hash] ({{< relref "/develop/data-types/hashes" >}})
2323documents.
2424
25- {{< note >}}From v1.0.0 onwards, ` NRedisStack ` uses query dialect 2 by default.
25+ {{< note >}}From [ v1.0.0] ( https://github.com/redis/NRedisStack/releases/tag/v1.0.0 )
26+ onwards, ` NRedisStack ` uses query dialect 2 by default.
2627Redis query engine methods such as [ ` FT().Search() ` ] ({{< relref "/commands/ft.search" >}})
2728will explicitly request this dialect, overriding the default set for the server.
2829See
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ for the embeddings. The code is first demonstrated for hash documents with a
3636separate section to explain the
3737[ differences with JSON documents] ( #differences-with-json-documents ) .
3838
39- {{< note >}}From v1.0.0 onwards, ` NRedisStack ` uses query dialect 2 by default.
39+ {{< note >}}From [ v1.0.0] ( https://github.com/redis/NRedisStack/releases/tag/v1.0.0 )
40+ onwards, ` NRedisStack ` uses query dialect 2 by default.
4041Redis query engine methods such as [ ` FT().Search() ` ] ({{< relref "/commands/ft.search" >}})
4142will explicitly request this dialect, overriding the default set for the server.
4243See
You can’t perform that action at this time.
0 commit comments