Skip to content

Commit d127df4

Browse files
authored
Merge pull request #118 from NotFoundNL/develop
feat: version 0.11.2
2 parents 7067c96 + 4b15fc6 commit d127df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Indexer/SolrIndexService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function removeAllPending(): object
102102
$removed = 0;
103103
$return->data['failed'] = [];
104104
foreach ($pendingDocs as $pending) {
105-
if ($this->solrIndex->removeItem($this->siteUrl($pending->url))) {
105+
if ($this->solrIndex->removeItem($pending->url)) {
106106
CmsSearch::whereUrl($pending->url)->forceDelete();
107107
$removed++;
108108
} else {

0 commit comments

Comments
 (0)