File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
content/develop/clients/nodejs Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ 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 [ v5.0.0] ( https://github.com/redis/node-redis/releases/tag/redis%405.0.0 )
26+ onwards, ` node-redis ` uses query dialect 2 by default.
27+ Redis query engine methods such as [ ` ft.search() ` ] ({{< relref "/commands/ft.search" >}})
28+ will explicitly request this dialect, overriding the default set for the server.
29+ See
30+ [ Query dialects] ({{< relref "/develop/interact/search-and-query/advanced-concepts/dialects" >}})
31+ for more information.
32+ {{< /note >}}
33+
2534## Initialize
2635
2736Make sure that you have [ Redis Open Source] ({{< relref "/operate/oss_and_stack/" >}})
Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ Redis Query Engine. The code is first demonstrated for hash documents with a
3535separate section to explain the
3636[ differences with JSON documents] ( #differences-with-json-documents ) .
3737
38+ {{< note >}}From [ v5.0.0] ( https://github.com/redis/node-redis/releases/tag/redis%405.0.0 )
39+ onwards, ` node-redis ` 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 >}}
46+
3847## Initialize
3948
4049Install the required dependencies:
You can’t perform that action at this time.
0 commit comments