Skip to content

Commit 2ab266e

Browse files
authored
Merge pull request #39 from afoucret/beta-notice
Update readme with beta notices.
2 parents a7c5b4d + 35ecfe0 commit 2ab266e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
> A first-party Magento integration for building excellent, relevant search experiences with [Elastic App Search](https://www.elastic.co/cloud/app-search-service).
66
7+
> **:warning: This is a beta version of the client. [View known issues](#known-issues).**
8+
9+
710
## Contents
811

912
- [Getting started](#getting-started-)
@@ -94,6 +97,19 @@ bin/magento cache:clean
9497
bin/magento indexer:reindex catalogsearch_fulltext
9598
```
9699

100+
### Known issues
101+
102+
The module is in its first round of beta. This first round is intended to act as a technical preview, which aims to integrate App Search as a Magento search adapter interface.
103+
104+
There are a few caveats with the current implementation:
105+
106+
- The maximum number of fields allowed by App Search (currently 64) does not allow you to index catalogs with too many products attributes (#37)
107+
108+
- We will need to rework how product prices are stored into App Search to allow sites with a large number of customer groups to be indexed (#38)
109+
110+
- Search relevance is still being tuned.
111+
112+
97113
## Development
98114

99115
We ❤️ developers and want everyone to be able to contribute to the module.

0 commit comments

Comments
 (0)