Skip to content

Commit 57e128d

Browse files
authored
Merge pull request #37 from dlubitz/patch-1
TASK: Update docs with installation instructions
2 parents 3fa3abc + 6e42373 commit 57e128d

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +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
78

9+
Install via composer with your favorite adaptor:
10+
11+
**ElasticSearch**
12+
13+
composer require flowpack/searchplugin flowpack/elasticsearch-contentrepositoryadaptor
14+
15+
**SimpleSearch**
16+
17+
composer require flowpack/searchplugin flowpack/simplesearch-contentrepositoryadaptor
18+
819
Inclusion of the routes from this package into your main `Configuration/Routes.yaml` is no longer needed as of Flow 4.0.
920

1021
## Configuration

0 commit comments

Comments
 (0)