Space delimited "AND" search in developer tools?

When searching in developer tools for entities you have to know the exact name of what you want to search for.

It would be nice to have it treat ‘spaces’ (which are illegal as entity names anyways, right?) as an “AND” condition, so you can search for “den temperature” and find all entities that have “den” and “temperature” in the name.

You can use * for wildcard.

So sensor.this_sensor_right_here

Can be found with *this*here.
But I don’t think you can find it with *here*this