Skip to content

Commit 81c540c

Browse files
committed
Create README.md
1 parent 1f40254 commit 81c540c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Flowpack.SearchPlugin
2+
3+
This plugin is just a very bare-bones basis for a Search-Plugin, to be used together with Flowpack.ElasticSearch.ContentRepositoryAdaptor
4+
or Flowpack.SimpleSearch.ContentRepositoryAdaptor. I doubt it is already useful for production scenarios, but it could be definitely improved into this direction.
5+
6+
## Installation
7+
8+
Make sure to include the Routes from this package into your main `Configuration/Routes.yaml` by the following snippet:
9+
10+
```
11+
-
12+
name: 'Flowpack.SearchPlugin'
13+
uriPattern: '<SearchSubroutes>'
14+
subRoutes:
15+
'SearchSubroutes':
16+
package: 'Flowpack.SearchPlugin'
17+
```

0 commit comments

Comments
 (0)