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
2222 - magento/module-elasticsearch
2323 - magento/module-elasticsearch-6
2424 - magento/module-elasticsearch-7
25+ - magento/module-elasticsearch-8
2526 - magento/module-open-search
2627
2728You should have no issue with indexation, compilation and even front-end research, which should always return no result.
2829
2930## Compatibility
3031
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
3435
3536### Notes
3637- v0.1.0: adding indexer handler (Magento 2.4.3)
3738- 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).
3839- v0.3.0: uninstalling ` magento/module-open-search `
40+ - v0.4.0: uninstalling ` magento/module-elasticsearch-8 `
3941
4042## Installation
4143```
Original file line number Diff line number Diff line change 22 "name" : " zepgram/module-disable-search-engine" ,
33 "description" : " Magento2 module to disable search engine and fulltext indexing for category search" ,
44 "type" : " magento2-module" ,
5- "version" : " 0.3.2 " ,
5+ "version" : " 0.4.0 " ,
66 "authors" : [
77 {
88 "name" : " Benjamin Calef" ,
991010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.4||^8.0 " ,
13+ "php" : " ^8.2 " ,
1414 "magento/framework" : " ^103.0.6" ,
1515 "magento/module-backend" : " ^102.0.6" ,
1616 "magento/module-indexer" : " ^100.4.6" ,
You can’t perform that action at this time.
0 commit comments