We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26b4613 + 37c97f9 commit 7096186Copy full SHA for 7096186
1 file changed
Resources/Private/TypoScript/SearchPlugin.ts2
@@ -2,7 +2,7 @@ prototype(Flowpack.SearchPlugin:Search) < prototype(TYPO3.Neos:Content) {
2
templatePath = 'resource://Flowpack.SearchPlugin/Private/Templates/NodeTypes/Search.html'
3
4
searchTerm = ${request.arguments.search}
5
- searchQuery = ${this.searchTerm ? Search.query(site).fulltext(this.searchTerm) : null}
+ searchQuery = ${this.searchTerm ? Search.query(site).fulltext(this.searchTerm).nodeType('TYPO3.Neos:Document') : null}
6
7
totalSearchResults = ${this.searchQuery.count()}
8
0 commit comments