File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Flowpack.SearchPlugin
22
33This 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+
819Inclusion of the routes from this package into your main ` Configuration/Routes.yaml ` is no longer needed as of Flow 4.0.
920
1021## Configuration
You can’t perform that action at this time.
0 commit comments