Skip to content

Commit 61663a3

Browse files
fix
1 parent a30da8a commit 61663a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/appendix/tutorials/advanced-query-tuning.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,7 @@ Predicates that will not work:
939939
If there is a xref:constraints/managing-constraints.adoc#create-property-existence-constraints[property existence constraint] on the property, no predicate is required to trigger the optimization.
940940
For example, `CREATE CONSTRAINT constraint_name FOR (p:Person) REQUIRE p.name IS NOT NULL`
941941
942-
Predicates with parameters, such as `WHERE n.prop > $param`, can trigger xref:indexes/using-indexes
943-
944-
_index-backed ORDER BY_.
942+
Predicates with parameters, such as `WHERE n.prop > $param`, can trigger _index-backed ORDER BY_.
945943
The only exception are queries with parameters of type `POINT`.
946944
====
947945

0 commit comments

Comments
 (0)