Is it possible to execute a query in Mori using a set of entry attributes wholly within Applescript, without either 1) cycling through the entire list of entries by brute force or 2) setting up a smart folder to "contain" the query and then calling the fetched entries of that entry?
Thanks for any guidance.
Off the top of my head, you
Off the top of my head, you might be able to do this using AppleScript's Cocoa interface layer to send a message to the appropriate object inside Mori, but I'm not sure; just a guess. However, the amount of processing work you may have to do might not be worthwhile, i.e. just use a temporary smart folder, it's easier.