Naming simple queries

It should be possible to name simple queries in the same manner as advance queries can be named. When a simple query is displayed, rather than show a simple description of what the query results capture, it shows the code. This is not readable at a glance. It would be preferable to be able to provide a title.

I’ve included an actual query I use to demonstrate how unfriendly this syntax is.

{{query (and (priority a b) (todo todo) (not [[Frog]]) (not (page-property status Deferred)))) :title "Currently Doing"}}

I know advanced queries provide this feature, but it requires the user to learn something significantly more advanced.