Searching by node's name

Sometimes we need to change a node by other one, but the flow is already constructed (or almost there). For instance, we need to remove a Supabase native node by a http request node, to connect on Supabase by API constructed by myself, in order to have more flexibility with the query.

Considering the flow was build with the native one and it returns data, these data is used in many others nodes on the flow, and it’s very hard to discover which one is working with that old node, and change it to the new one.

It would be very helpful to have a search, where we could enter a node name and the UI returns where that node (name) is being still called.

Thanks.