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 38b2773 commit 3d9c304Copy full SHA for 3d9c304
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php
@@ -205,7 +205,7 @@ public function getSearchableAttributes($backendType = null)
205
$attributes = $productAttributes->getItems();
206
207
$this->eventManager->dispatch(
208
- 'catelogsearch_searchable_attributes_load_after',
+ 'catalogsearch_searchable_attributes_load_after',
209
['engine' => $this->engine, 'attributes' => $attributes]
210
);
211
0 commit comments