From 9bf43686667aabb9a07e5b44586e04ab8bf6447a Mon Sep 17 00:00:00 2001 From: Matt Lang Date: Thu, 20 Jun 2024 16:21:57 +1200 Subject: [PATCH] fix log of class name being indexed --- src/Tasks/AlgoliaReindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tasks/AlgoliaReindex.php b/src/Tasks/AlgoliaReindex.php index 8b787ae..4ee5030 100644 --- a/src/Tasks/AlgoliaReindex.php +++ b/src/Tasks/AlgoliaReindex.php @@ -93,7 +93,7 @@ public function run($request) echo sprintf( '| Found %s %s remaining to index which match filter (%s)%s', $items->count(), - $targetClass, + $candidate, implode(',', array_merge([$filter], [$indexFilters[$candidate] ?? ''])), PHP_EOL );