Skip to content

Commit 4147b01

Browse files
committed
Update AdvancedSearch ReadMe
1 parent 2bc471e commit 4147b01

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed
Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
AdvancedSearch module introduces advanced search functionality and provides interfaces that allow to implement this functionality by 3rd party search engines
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.
4+
5+
## Installation details
6+
7+
Before disabling or uninstalling this module, note that the following modules depends on this module:
8+
- Magento_Elasticsearch
9+
- Magento_Elasticsearch6
10+
11+
For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html).
12+
13+
## Extensibility
14+
15+
Extension developers can interact with the Magento_AdvancedSearch module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html).
16+
17+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_AdvancedSearch module.
18+
19+
### Events
20+
21+
This module observes the following event:
22+
23+
- `catalogsearch_query_save_after` in the `Magento\AdvancedSearch\Model\Recommendations\SaveSearchQueryRelationsObserver` file.
24+
25+
For information about an event in Magento 2, see [Events and observers](http://devdocs.magento.com/guides/v2.3/extension-dev-guide/events-and-observers.html#events).
26+
27+
### Layouts
28+
29+
The module interact with the following layout handles in the `view/adminhtml/layout` directory:
30+
31+
- `catalog_search_block`
32+
- `catalog_search_edit`
33+
- `catalog_search_relatedgrid`
34+
35+
The module interact with the following layout handles in the `view/frontend/layout` directory:
36+
37+
- `catalogsearch_result_index`
38+
39+
For more information about layouts in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html).

0 commit comments

Comments
 (0)