We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7067c96 + 4b15fc6 commit d127df4Copy full SHA for d127df4
src/Services/Indexer/SolrIndexService.php
@@ -102,7 +102,7 @@ public function removeAllPending(): object
102
$removed = 0;
103
$return->data['failed'] = [];
104
foreach ($pendingDocs as $pending) {
105
- if ($this->solrIndex->removeItem($this->siteUrl($pending->url))) {
+ if ($this->solrIndex->removeItem($pending->url)) {
106
CmsSearch::whereUrl($pending->url)->forceDelete();
107
$removed++;
108
} else {
0 commit comments