Skip to content

Commit a8a166f

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
1 parent 78812d1 commit a8a166f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,10 @@ The following fields have been added:
315315

316316
=== Removed some `@cypher` fields from the sort argument
317317

318-
Removed the `@cypher` fields not usable as sort fields from the `sort` argument.
318+
The following `@cypher` field types have been removed from the `sort` argument because they are not usable as sort fields:
319319

320-
There were some circumstances where a `@cypher` field was incorrectly present in the `sort` argument, such as:
321-
322-
- `@cypher` fields with non nullable arguments.
323-
- `@cypher` fields with non sortable type like `Node`, `List` etc ... .
320+
- `@cypher` fields with non-nullable arguments.
321+
- `@cypher` fields with non-sortable type like `Node`, `List` etc.
324322

325323

326324
== Additions

0 commit comments

Comments
 (0)