We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd56514 + 9bf4368 commit 1fe0229Copy full SHA for 1fe0229
src/Tasks/AlgoliaReindex.php
@@ -93,7 +93,7 @@ public function run($request)
93
echo sprintf(
94
'| Found %s %s remaining to index which match filter (%s)%s',
95
$items->count(),
96
- $targetClass,
+ $candidate,
97
implode(',', array_merge([$filter], [$indexFilters[$candidate] ?? ''])),
98
PHP_EOL
99
);
0 commit comments