From f2cd4d4e72b96816ea2af3e83ca450f06d9e1aa7 Mon Sep 17 00:00:00 2001 From: Martyns Nwaokocha Date: Mon, 28 Aug 2023 14:51:06 +0200 Subject: [PATCH] Corrected r.since to r.lastMetIn (#706) --- modules/ROOT/pages/query-tuning/indexes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/query-tuning/indexes.adoc b/modules/ROOT/pages/query-tuning/indexes.adoc index 453a6bcb8..920ea8727 100644 --- a/modules/ROOT/pages/query-tuning/indexes.adoc +++ b/modules/ROOT/pages/query-tuning/indexes.adoc @@ -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]