You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/AdvancedSearch/README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Magento_AdvancedSearch module
2
-
Magento_AdvancedSearch module introduces advanced search functionality and provides interfaces that allow to implement
3
-
this functionality by 3rd party search engines.
2
+
The Magento_AdvancedSearch module introduces advanced search functionality and provides interfaces that allow third-party search engines to implement this functionality.
4
3
5
4
## Installation details
6
5
@@ -26,13 +25,13 @@ For information about an event in Magento 2, see [Events and observers](http://d
26
25
27
26
### Layouts
28
27
29
-
The module interact with the following layout handles in the `view/adminhtml/layout` directory:
28
+
The module interacts with the following layout handles in the `view/adminhtml/layout` directory:
30
29
31
30
-`catalog_search_block`
32
31
-`catalog_search_edit`
33
32
-`catalog_search_relatedgrid`
34
33
35
-
The module interact with the following layout handles in the `view/frontend/layout` directory:
34
+
The module interacts with the following layout handles in the `view/frontend/layout` directory:
0 commit comments