View Single Post
Old 01-04-2022, 04:24 PM   #4
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,050
Karma: 75568269
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Is also possible to call the subsearches in the main search. Actually, you can do it with any search so long as you're careful not to recurse.

I do this for my Cleanup search:

Code:
(search:"=Cleanup.Fanfic Issues") 
OR (search:"=Cleanup.Formats") 
OR (search:"=Cleanup.Metadata Cleanup")
And then here's Cleanup.Metadata Cleanup:

Code:
(search:"=Cleanup.Metadata Cleanup.Cleanup Tags")
OR (search:"=Cleanup.Metadata Cleanup.Convert ISBNs")
OR (search:"=Cleanup.Metadata Cleanup.Missing Kobo collection") 
OR search:"=Cleanup.Metadata Cleanup.Missing Kobo Path"
OR (search:"=Cleanup.Metadata Cleanup.Missing Language") 
OR (search:"=Cleanup.Metadata Cleanup.Missing Page Count")
Advantages: it executes quite a bit faster than making them all one giant search, and it's a lot easier to narrow down a specific criteria.
ownedbycats is offline   Reply With Quote