Commit 37c97f9
BUGFIX: Limit search to document nodeTypes
The SearchPlugin outputs all kinds of nodeTypes (e.g. ContentCollections)
in the search results. Content nodeTypes have no URL and therefore are not
linkable.
By limiting the `searchQuery` to only include `TYPO3.Neos:Document`
nodeTypes we ensure all search results are linkable and no internal
elements (like "contentRight", "sidebar") are included.1 parent 26b4613 commit 37c97f9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments