Skip to content

Commit 1cc5a67

Browse files
DOC-5362 added dialect 2 notes for C#
1 parent 6b45988 commit 1cc5a67

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

content/develop/clients/dotnet/queryjson.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ 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.
26+
Redis query engine methods such as [`FT().Search()`]({{< relref "/commands/ft.search" >}})
27+
will explicitly request this dialect, overriding the default set for the server.
28+
See
29+
[Query dialects]({{< relref "/develop/interact/search-and-query/advanced-concepts/dialects" >}})
30+
for more information.
31+
{{< /note >}}
32+
2533
## Initialize
2634

2735
Make sure that you have [Redis Open Source]({{< relref "/operate/oss_and_stack" >}})

content/develop/clients/dotnet/vecsearch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ 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.
40+
Redis query engine methods such as [`FT().Search()`]({{< relref "/commands/ft.search" >}})
41+
will explicitly request this dialect, overriding the default set for the server.
42+
See
43+
[Query dialects]({{< relref "/develop/interact/search-and-query/advanced-concepts/dialects" >}})
44+
for more information.
45+
{{< /note >}}
3946
## Initialize
4047

4148
The example is probably easiest to follow if you start with a new

0 commit comments

Comments
 (0)