From db5368d25953aa3d5b28a88cbfe0cc0bb451b112 Mon Sep 17 00:00:00 2001 From: Krzemo Date: Tue, 7 Jan 2025 20:12:15 +0000 Subject: [PATCH] Changing index name from collection to collectionHandle --- src/Stache/Stores/CollectionEntriesStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Stache/Stores/CollectionEntriesStore.php b/src/Stache/Stores/CollectionEntriesStore.php index 5c6450e575..fd8de075c9 100644 --- a/src/Stache/Stores/CollectionEntriesStore.php +++ b/src/Stache/Stores/CollectionEntriesStore.php @@ -160,7 +160,7 @@ protected function storeIndexes() $indexes = collect([ 'slug', 'uri', - 'collection', + 'collectionHandle', 'published', 'title', 'site' => Indexes\Site::class,