Jump to content

Checkbox to not escape the {query} portion of a Web Search


gcoller

Recommended Posts

I would like a checkbox next to the "Encode query..." and "Encode spaces" that disables the character escaping for the {query}.

 

Rationale:

For us developers who use Alfred everyday in our workflow there are times (for example when working on REST services)

where I'd like to create a set of searches like:

 

keyword: s3dev

urlhttp://aws-portal.mycompany.com/s3/pre-prod/{query}

 

where I can trigger it in alfred:

 

       s3dev 5002/some/rest/endpoint/5012

 

and it will take me to

 

    http://aws-portal.mycompany.com/s3/pre-prod/5002/some/rest/endpoint/5012

 

Currently it will escape the forward slashes (and other url characters).

 

I'm hoping this will be a popular suggestion and easy to implement seeing as it's just bypassing whatever escapeString() Alfred is using.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...