On Sep 22, 2014, at 3:58 AM, Ahmad AlTwaijiry <[email protected]> wrote:
> I have internal website that has a search function, I would like QS to allow > me to search in my website from QS, I know about the Web Search plugin but it > seems it's only support GET method. > > Anyway/workaround to make it search with POST Method? See the "Adding Web Searches Manually" section in the manual. QS registers the URL schemes qss-http: and qssp-http:, the first does a GET and the second a POST. So add "qssp-" to the front of your URL and it should work. Howard -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
