File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,22 @@ Natively Magento do not offer the possibility to completely disable ElasticSearc
22
22
- magento/module-elasticsearch
23
23
- magento/module-elasticsearch-6
24
24
- magento/module-elasticsearch-7
25
+ - magento/module-elasticsearch-8
25
26
- magento/module-open-search
26
27
27
28
You should have no issue with indexation, compilation and even front-end research, which should always return no result.
28
29
29
30
## Compatibility
30
31
31
- | Magento | v2.3.0 | v2.4.3 | v2.4.4 | v2.4.6 |
32
- | ------------| --------| --------| --------| --------|
33
- | module DSE | ~ 0.0.0 | ~ 0.1.0 | ~ 0.2.0 | ~ 0.3.0 |
32
+ | Magento | v2.3.0 | v2.4.3 | v2.4.4 | v2.4.6 | v2.4.8
33
+ |------------|--------|--------|--------|--------|--------
34
+ | module DSE | ~ 0.0.0 | ~ 0.1.0 | ~ 0.2.0 | ~ 0.3.0 | ~ 0.4.0
34
35
35
36
### Notes
36
37
- v0.1.0: adding indexer handler (Magento 2.4.3)
37
38
- v0.2.0: the ` magento/module-advanced-search ` has been reintroduced due to a dependency in ` magento/module-catalog-graph-ql ` (Magento 2.4.4).
38
39
- v0.3.0: uninstalling ` magento/module-open-search `
40
+ - v0.4.0: uninstalling ` magento/module-elasticsearch-8 `
39
41
40
42
## Installation
41
43
```
Original file line number Diff line number Diff line change 2
2
"name" : " zepgram/module-disable-search-engine" ,
3
3
"description" : " Magento2 module to disable search engine and fulltext indexing for category search" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 0.3.2 " ,
5
+ "version" : " 0.4.0 " ,
6
6
"authors" : [
7
7
{
8
8
"name" : " Benjamin Calef" ,
9
9
"email" : " zepgram@gmail.com"
10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^7.4||^8.0 " ,
13
+ "php" : " ^8.2 " ,
14
14
"magento/framework" : " ^103.0.6" ,
15
15
"magento/module-backend" : " ^102.0.6" ,
16
16
"magento/module-indexer" : " ^100.4.6" ,
You can’t perform that action at this time.
0 commit comments