We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b1a20 commit 98c632bCopy full SHA for 98c632b
1 file changed
Resources/Private/Fusion/Content/SearchPlugin/Search/Search.fusion
@@ -1,7 +1,7 @@
1
prototype(Flowpack.SearchPlugin:Search) < prototype(Neos.Neos:Content) {
2
templatePath = 'resource://Flowpack.SearchPlugin/Private/Fusion/Content/SearchPlugin/Search/Search.html'
3
4
- searchTerm = ${request.arguments.search}
+ searchTerm = ${String.toString(request.arguments.search)}
5
searchQuery = ${this.searchTerm ? Search.query(site).fulltext(this.searchTerm).nodeType('Neos.Neos:Document') : null}
6
7
totalSearchResults = ${this.searchQuery.count()}
0 commit comments