kanedo Posted January 31, 2015 Posted January 31, 2015 Hi, I'm currently working on a Script Filter. The settings are as follows: - with space - argument optional Everything works fine if the argument doesn't contain a space but if it does the workflow is not called and instead only the fallback searches are available. I escaped spaces in query but it didn't help. Can you tell me what I'm doing wrong?
deanishe Posted January 31, 2015 Posted January 31, 2015 You're not providing very much information. What does Alfred's debugger say? Can you post a screenshot of the Script Filter configuration?
kanedo Posted January 31, 2015 Author Posted January 31, 2015 Hi, the debugger says Code 1: 663:664: syntax error: Expected “"” but found unknown token. (-2741) and here is a screenshot: thank you!
deanishe Posted January 31, 2015 Posted January 31, 2015 Your escaping options are wrong. Set Escaping to "Double Quotes" and "Backslashes" only and try that.
kanedo Posted January 31, 2015 Author Posted January 31, 2015 Your escaping options are wrong. Set Escaping to "Double Quotes" and "Backslashes" only and try that. Thanks! That's it!
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