We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76dd8ed + 24f6161 commit 4ed34f2Copy full SHA for 4ed34f2
1 file changed
README.md
@@ -59,7 +59,7 @@ In case you need to build the URI to the suggest controller yourself, this is wh
59
60
The plugin comes with a controller that can be reached like this per default, using `GET`:
61
62
- {f:uri.action(action: 'index', controller: 'AjaxSearch', package: 'Flowpack.SearchPlugin', absolute: 1)}
+ {f:uri.action(action: 'search', controller: 'AjaxSearch', package: 'Flowpack.SearchPlugin', arguments: {node: node, q: ''}, absolute: 1)}
63
64
It expects the search term as a parameter named `q` (as defined in `AjaxSearch.fusion`). This controller
65
renders the search results and returns them as HTML without any of the page template. It can therefore
0 commit comments