We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ae99a commit 01aad15Copy full SHA for 01aad15
modules/ROOT/pages/migration/index.adoc
@@ -313,6 +313,16 @@ The following fields have been added:
313
- `deprecatedOptionsArgument`
314
- `directedArgument`
315
316
+=== Removed some `@cypher` fields from the sort argument
317
+
318
+Removed the `@cypher` fields not usable as sort fields from the `sort` argument.
319
320
+There were some circumstances where a `@cypher` field was incorrectly present in the `sort` argument, such as:
321
322
+ - `@cypher` fields with no-nullable arguments.
323
+ - `@cypher` fields with not sortable type like `Node`, `List` etc ... .
324
325
326
== Additions
327
328
=== Added the `_EQ` filter as an alternative to the deprecated implicit equal filters
0 commit comments