
Originally Posted by
brab
I found a nice workaround to restrict the search to a smart folder: I got the record name for the smart folder, and I'm asking EF to "get_url" on it. It seems to be working great, even when EF is not running.
Ah, yes, I forgot about that. You can use Copy Record Link to get the URL for a smart folder and then put something like this in the script:
Code:
tell application "EagleFiler"
get url "x-eaglefiler://open?groupGUID=Group.UnfiledSmartGroup&library=~/Desktop/EagleFilerTest/EagleFilerTest.eflibrary"
end tell
This will open the library and select the smart folder.