Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Feature request: Can we have search provider keywords #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From user:

Feature request: Can we have search provider keywords?
Basically this would add another input field called "keyword" when someone 
adds a provider.

eg.
Name: Wikipedia
Search URL: http://en.wikipedia.org/wiki/Special:Search?search=
Keyword: wiki

Typing "wiki" in the address bar plus the search term will invoke the 
Wikipedia search.
eg. typing in "wiki google" in the address bar would invoke the Wikipedia 
search and take you to http://en.wikipedia.org/wiki/Google.

------------------

To think and implement

Original issue reported on code.google.com by alexei.c...@gmail.com on 31 Mar 2009 at 1:05

GoogleCodeExporter commented 9 years ago
Implemented, but a bit differently than suggested.
No extra field named "keyword" is actually needed.
Name of the Search Provider can play the same role.

Typing "cuil qt webkit" will search terms "qt webkit" using Cuil search 
provider, 
without changing the default one.

Will be released in the next version 2.5 of QtWeb Internet Browser.

Original comment by alexei.c...@gmail.com on 15 May 2009 at 10:01