Skip to content

Commit f360377

Browse files
committed
FEATURE: Index the node property _hiddenInIndex
This will correctly index the status of the “Hide in menus” checkbox on documents.
1 parent 96b6b2e commit f360377

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Configuration/NodeTypes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@
165165
type: string
166166
include_in_all: true
167167
boost: 1
168+
'_hiddenInIndex':
169+
search:
170+
indexing: '${node.hiddenInIndex}'
168171

169172
'TYPO3.Neos.NodeTypes:Text':
170173
properties:

0 commit comments

Comments
 (0)