borderless Posted July 15, 2016 Posted July 15, 2016 Hi - I am trying to create a workflow that will search across multiple "sources". For example, a single text search that could return results from Evernote, Apple Notes and Text files in a folder. Is this possible? borderless 1
dfay Posted July 16, 2016 Posted July 16, 2016 Yes, using a file filter: https://www.alfredapp.com/help/workflows/inputs/file-filter/
borderless Posted July 16, 2016 Author Posted July 16, 2016 Thanks for the reply but not sure that answers my question. I know if I'm simply searching for files I can use a file filter and multiple locations/file types. But what if I want to combine the results from a file filter and a script filter (like Evernote searching)?
deanishe Posted July 17, 2016 Posted July 17, 2016 Use the same keyword for both? If that doesn't work, then you'll probably need to write your own workflow that wraps the others.
borderless Posted July 17, 2016 Author Posted July 17, 2016 Use the same keyword for both? If that doesn't work, then you'll probably need to write your own workflow that wraps the others. Thanks..when you say write your own workflow, do you mean write a search in the "script filter" that searches all my sources (evernote, files, notes, etc) and then returns one set of results?
deanishe Posted July 18, 2016 Posted July 18, 2016 Yes. Trying to call one workflow's scripts from a different workflow is extremely likely to cause problems. If you want to use one of Alfred's built-ins as a source for your script, e.g. a File Filter, you can forget about it. If you're in luck, Evernote exports its database under ~/Library/Caches/Metadata/ where other applications (and File Filters) can access it. If not, assigning the same keyword to multiple Script Filters is probably the only way to avoid a lot of work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now