Quote:
Originally Posted by ownedbycats
For one specific case, I have a 'Cleanup' search that encompasses several subsearches, which also execute subsearches — it's less cumbersome than all queries in one search, and lets me narrow down issues.
Code:
(search:"=Cleanup.Identifier Issues")
OR (search:"=Cleanup.Misc Issues")
OR (search:"=Cleanup.Missing Metadata")
If I wished to avoid double-entries, that means I couldn't just click on 'Cleanup' or 'Cleanup.Missing Metadata' and would have to instead check all of these individually for issues:
|
He is suggesting that the top-level "Cleanup" search be renamed "Cleanup.All" (or some such). This would move the search into the menu instead of it being duplicated at the top level. By picking the right name it would also appear at the top of the list. Instead of this
you would get this
This method puts the results in the hands of the user, getting the layout you want.