Skip to content

Commit

Permalink
BUGFIX: make search plugin work for Neos.io
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Apr 18, 2016
1 parent e8ec4f2 commit d782f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Private/TypoScript/SearchPlugin.ts2
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prototype(Flowpack.SearchPlugin:Search) {
prototype(Flowpack.SearchPlugin:Search) < prototype(TYPO3.Neos:Content) {
templatePath = 'resource://Flowpack.SearchPlugin/Private/Templates/NodeTypes/Search.html'

searchTerm = ${request.arguments.search}
searchQuery = ${this.searchTerm ? Search.query(site).fulltext(this.searchTerm) : null}
Expand Down

0 comments on commit d782f58

Please sign in to comment.