File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -204,10 +204,16 @@ public function getSearchableAttributes($backendType = null)
204
204
/** @var \Magento\Eav\Model\Entity\Attribute[] $attributes */
205
205
$ attributes = $ productAttributes ->getItems ();
206
206
207
+ /** @deprecated */
207
208
$ this ->eventManager ->dispatch (
208
209
'catelogsearch_searchable_attributes_load_after ' ,
209
210
['engine ' => $ this ->engine , 'attributes ' => $ attributes ]
210
211
);
212
+
213
+ $ this ->eventManager ->dispatch (
214
+ 'catalogsearch_searchable_attributes_load_after ' ,
215
+ ['engine ' => $ this ->engine , 'attributes ' => $ attributes ]
216
+ );
211
217
212
218
$ entity = $ this ->eavConfig ->getEntityType (\Magento \Catalog \Model \Product::ENTITY )->getEntity ();
213
219
You can’t perform that action at this time.
0 commit comments