rob213 3 Posted February 9 Share Posted February 9 thanks in advance for your time and help Link to post
dfay 210 Posted February 10 Share Posted February 10 Here's what I use - called from a keyword with space & argument required, in a Run Script object set to osascript (AS) with input as {query} on run set theQuery to "{query}" tell application "HoudahSpot" search theQuery template POSIX file "/Users/username/Library/Application Support/com.houdah.HoudahSpot4/Templates/templatename.hstemplate" activate end tell end run rob213 1 Link to post
rob213 3 Posted February 10 Author Share Posted February 10 45 minutes ago, dfay said: Here's what I use - called from a keyword with space & argument required, in a Run Script object set to osascript (AS) with input as {query} on run set theQuery to "{query}" tell application "HoudahSpot" search theQuery template POSIX file "/Users/username/Library/Application Support/com.houdah.HoudahSpot4/Templates/templatename.hstemplate" activate end tell end run thank you very much @dfay ! Link to post
rob213 3 Posted February 10 Author Share Posted February 10 I'm sorry @dfay . I have not created workflows in a while and I am rusty. Your keyword + script solution works fine for one template. I can't remember how to create a workflow with one keyword (hs) which would display a selection of templates to choose from thanks again very much Link to post
dfay 210 Posted February 11 Share Posted February 11 Unless you're going to be regularly producing new templates and really need to search dynamically, I'd use a List Filter. rob213 1 Link to post
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