Skip to content

Commit 3af839d

Browse files
DOC-5362 added version link to C# notes
1 parent 95941fb commit 3af839d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/develop/clients/dotnet/queryjson.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ run queries against the index. It then goes on to show the slight differences
2222
in the equivalent code for [hash]({{< relref "/develop/data-types/hashes" >}})
2323
documents.
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.
2627
Redis query engine methods such as [`FT().Search()`]({{< relref "/commands/ft.search" >}})
2728
will explicitly request this dialect, overriding the default set for the server.
2829
See

content/develop/clients/dotnet/vecsearch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ for the embeddings. The code is first demonstrated for hash documents with a
3636
separate 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.
4041
Redis query engine methods such as [`FT().Search()`]({{< relref "/commands/ft.search" >}})
4142
will explicitly request this dialect, overriding the default set for the server.
4243
See

0 commit comments

Comments
 (0)