Skip to content

Commit e61aba9

Browse files
author
Benjamin Calef
committed
[#5] remove inventory elasticsearch
1 parent 6ffb71a commit e61aba9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Disable default search engine in Magento2 and catalog search fulltext indexing.
1010
- Uninstall magento modules:
1111
- magento/module-advanced-search
1212
- magento/module-elasticsearch-catalog-permissions
13+
- magento/module-inventory-elasticsearch
1314
- magento/module-elasticsearch
1415
- magento/module-elasticsearch-6
1516
- magento/module-elasticsearch-7
@@ -22,9 +23,9 @@ You should have no issue with indexation, compilation and even front-end researc
2223

2324
If you encountered an issue during installation, please report it on this github repository.
2425

25-
Release 2.4.3 includes change handled on latest tag v0.1.0.
26+
For version greater or equal to v2.4.3 you can install the latest tag v0.1.x.
2627

27-
Release < 2.4.3 must be installed with tag v0.0.2.
28+
For lower version you may install v0.0.x.
2829

2930
## Installation
3031
```

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.1.0",
5+
"version": "0.1.1",
66
"authors": [
77
{
88
"name": "Benjamin Calef",
@@ -20,6 +20,7 @@
2020
"replace": {
2121
"magento/module-advanced-search": "*",
2222
"magento/module-elasticsearch-catalog-permissions": "*",
23+
"magento/module-inventory-elasticsearch": "*",
2324
"magento/module-elasticsearch": "*",
2425
"magento/module-elasticsearch-6": "*",
2526
"magento/module-elasticsearch-7": "*"

0 commit comments

Comments
 (0)