Skip to content

Commit

Permalink
Corrected r.since to r.lastMetIn (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
martynscn authored Aug 28, 2023
1 parent 05b48be commit 131c3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/query-tuning/indexes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ Total database accesses: 2, total allocated memory: 184
[[administration-indexes-list-membership-check-using-in-single-property-index]]
=== List membership check using `IN` (single-property index)

The `IN` predicate on `r.since` in the following query will use the single-property index `KNOWS(lastMetIn)` if it exists.
The `IN` predicate on `r.lastMetIn` in the following query will use the single-property index `KNOWS(lastMetIn)` if it exists.

////
[source, cypher, role=test-setup]
Expand Down

0 comments on commit 131c3f5

Please sign in to comment.