How do you find a component type attached to a game object in the project view?

I’d like to find all the Game Objects in my project with a particle system attached to it. How do I use the search tool in the project view to show me all the game objects with this type of component attached to it?

Thanks,
Rick

You can just write “ParticleSystem”, and all gameobjects with a particle system will show up.
You can search for any component in this manner, even your own custom components.