We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5937495 commit e878105Copy full SHA for e878105
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php
@@ -316,6 +316,10 @@ public function getSearchableAttributes($backendType = null)
316
/** @var \Magento\Eav\Model\Entity\Attribute[] $attributes */
317
$attributes = $productAttributes->getItems();
318
319
+ /**
320
+ * Event argument `catelogsearch_searchable_attributes_load_after` is @deprecated 100.2.5. Use
321
+ * `catalogsearch_searchable_attributes_load_after` instead.
322
+ */
323
$this->eventManager->dispatch(
324
'catalogsearch_searchable_attributes_load_after',
325
['engine' => $this->engine, 'attributes' => $attributes]
0 commit comments