You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration/index.adoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,11 @@ The following `@cypher` field types have been removed from the `sort` argument b
321
321
- `@cypher` fields with non-sortable type like `Node`, `List` etc.
322
322
323
323
324
+
=== Removed `connectComponentsPlanner` from `cypherQueryOptions`
325
+
326
+
Following the deprecation of the `connectComponentsPlanner` https://neo4j.com/docs/cypher-manual/current/planning-and-tuning/query-tuning/#cypher-connect-components-planner,
327
+
the field `connectComponentsPlanner` is no longer accepted in the Context and is removed from the `cypherQueryOptions` object.
328
+
324
329
== Additions
325
330
326
331
=== Added the `_EQ` filter as an alternative to the deprecated implicit equal filters
0 commit comments