-
-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
In Neos 8 one could find nodes by pasting the node id into the search box of the references editor.
This was necessary, when the title of a node was not very unique or the search took too long.
This was done before in the NodeSearchService as every term was checked if it is an ID.
In Neos 9 this is not happening anymore, and therefore no result is given for an id.
Expected Behavior
The backend returns a single node, when one enters a valid node id into the search box.
Steps To Reproduce
Copy any content node id and try to reference it in a content references element.
Environment
- Flow: 9.x
- Neos: 9.x
- PHP: anyAnything else?
No response
Reactions are currently unavailable