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 6178035 commit 2647a89Copy full SHA for 2647a89
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php
@@ -317,8 +317,8 @@ public function getSearchableAttributes($backendType = null)
317
$attributes = $productAttributes->getItems();
318
319
/**
320
- * Event argument `catelogsearch_searchable_attributes_load_after` is @deprecated. Use
321
- * `catalogsearch_searchable_attributes_load_after` instead.
+ * @deprecated Event argument catelogsearch_searchable_attributes_load_after.
+ * @see catalogsearch_searchable_attributes_load_after instead.
322
*/
323
$this->eventManager->dispatch(
324
'catelogsearch_searchable_attributes_load_after',
0 commit comments