Skip to content

Commit 878b406

Browse files
authored
TASK: Update docs with installation instructions
The hard dependency to the Flowpack.ElasticSearch.ContentRepositoryAdaptor has been removed. Now you have to install the corresponing adaptor on your own. The new installation instructions shall call attention and provide guidance.
1 parent 3fa3abc commit 878b406

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Flowpack.SearchPlugin
22

33
This plugin is a Search Plugin, to be used together with
4-
[Flowpack.ElasticSearch.ContentRepositoryAdaptor](https://github.com/Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor).
4+
* [Flowpack.ElasticSearch.ContentRepositoryAdaptor](https://github.com/Flowpack/Flowpack.ElasticSearch.ContentRepositoryAdaptor) or
5+
* [Flowpack.SimpleSearch.ContentRepositoryAdaptor](https://github.com/Flowpack/Flowpack.SimpleSearch.ContentRepositoryAdaptor).
56

67
## Installation
8+
Install via composer with your favorite adaptor:
9+
10+
**ElasticSearch**
11+
```
12+
composer require flowpack/searchplugin flowpack/elasticsearch-contentrepositoryadaptor
13+
```
14+
15+
**SimpleSearch**
16+
```
17+
composer require flowpack/searchplugin flowpack/simplesearch-contentrepositoryadaptor
18+
```
719

820
Inclusion of the routes from this package into your main `Configuration/Routes.yaml` is no longer needed as of Flow 4.0.
921

0 commit comments

Comments
 (0)