Search for specific type of objects inside the Hierarchy

I found a way to display all lights, meshes and terrain elements inside the hierarchy view. If you have the Lighting view opened, inside the object panel you can select specific scene filters:

Like you can see, inside the search field in the hierarchy you search for t:Light. Are there some other search commands to search for specific ui elements? I had been looking around but couldn’t find anything

Normally inserting a search string results in displaying all elements inside the Hierarchy which contain string also.

To Get the specific Type you have to include t:before your string.

If you want to find some any scripts you have to insert the scripts name to get all GameObjects which use the script.

Please add some tips if I missed something usefull.