Extend backend search

Hallo,

is there a way to extend the backend search? Currently it finds only pages or shortcuts. But I also want to find other node types (content and own node types). For example: I have a node type ‘Article’ and this has the property ‘headline’ or ‘date’. And when I enter a date it should find all articles with the given date. Is this possible?

Kind regards,
Michael

It finds all node types inheriting the super type “Neos.Neos:Document”, meaning it includes all documents node types, but not content node types. This cannot be changed and it wouldn’t work if it included content nodes. However it’s certainly something we want in the core at some point, but yet to be developed.

Hi Aske,

ok, then we have to wait. :wink:
Thanks for Your answer.