smblog Posted August 14, 2013 Share Posted August 14, 2013 it is a default workflow for these command not defined.. Link to comment Share on other sites More sharing options...
PSiCKo Posted August 14, 2013 Share Posted August 14, 2013 And what do you want? A custom search? edit default searches? Link to comment Share on other sites More sharing options...
Vero Posted August 19, 2013 Share Posted August 19, 2013 it is a default workflow for these command not defined.. it is a default workflow for these command not defined.. To create a custom fallback search, create a workflow with the Fallback Search trigger. Once you've created your workflow, go to Features > Default Results and set your fallback search by clicking the "Setup fallback results" button at the bottom Link to comment Share on other sites More sharing options...
smblog Posted September 19, 2013 Author Share Posted September 19, 2013 To create a custom fallback search, create a workflow with the Fallback Search trigger. Once you've created your workflow, go to Features > Default Results and set your fallback search by clicking the "Setup fallback results" button at the bottom url only? can i use custom workflow? Link to comment Share on other sites More sharing options...
jdfwarrior Posted September 20, 2013 Share Posted September 20, 2013 url only? can i use custom workflow? You can but for now it has to be done a little differently. To accomplish this, create a workflow and add a Trigger->Fallback Search. After that, attach a Run Script item to it and use AppleScript to action the previous workflow keyword you want. So, for instance, for the Google Suggest workflow, I added the Fallback Search, and attached a Run Script to the back, set the language to osascript and did: tell application "Alfred 2" to search "g {query}" Where 'g' is the keyword for that workflow. Link to comment Share on other sites More sharing options...
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