Michael_mc 0 Posted August 2, 2018 (edited) Hi, is it possible to have a default fallback for {query}? so if left empty it will use the default example: https://stackoverflow.com/search?q={query:myfavoritesearch} so if in Alfred I type "so", I can just press enter and it will use 'myfavoritesearch' instead of waiting for the {query} letters Great app, thank you very much Edited August 2, 2018 by Michael_mc Quote Share this post Link to post Share on other sites
vitor 679 Posted August 2, 2018 Welcome @Michael_mc, You can do it with a Workflow. Connect a Keyword Input to two Filter Utilities. In one of them set it to continue only if the query is empty, and on the other only if the query is not empty. Then connect each of those to a Open URL Action with the desired outcomes. Quote Share this post Link to post Share on other sites
Michael_mc 0 Posted August 2, 2018 Thanks Vitor Quote Share this post Link to post Share on other sites