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 3d9c304 commit bf4be3eCopy full SHA for bf4be3e
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php
@@ -204,6 +204,12 @@ public function getSearchableAttributes($backendType = null)
204
/** @var \Magento\Eav\Model\Entity\Attribute[] $attributes */
205
$attributes = $productAttributes->getItems();
206
207
+ /** @deprecated */
208
+ $this->eventManager->dispatch(
209
+ 'catelogsearch_searchable_attributes_load_after',
210
+ ['engine' => $this->engine, 'attributes' => $attributes]
211
+ );
212
+
213
$this->eventManager->dispatch(
214
'catalogsearch_searchable_attributes_load_after',
215
['engine' => $this->engine, 'attributes' => $attributes]
0 commit comments