← Back to team overview

touch-packages team mailing list archive

[Bug 1464390] Re: Feature request: allow invoking a websearch using the configured search engine

 

Adding Tagger as that one has a hardcoded search engine and thus fails
to search in some countries.

** Changed in: tagger
     Assignee: (unassigned) => Michael Zanetti (mzanetti)

** Changed in: tagger
       Status: New => Confirmed

** Changed in: tagger
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464390

Title:
  Feature request: allow invoking a websearch using the configured
  search engine

Status in Tagger:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Some apps may want to trigger a web search in the browser. Right now
  there is the possibility to do something like

  Qt.openUrlExternally("https://google.com?q=foobar";)

  However, the search engine might be blocked in some countries or not
  be the user's favourite one. It would be great if we could do
  something like:

  Qt.openUrlExternally("websearch://foobar")

  I haven't fully thought the websearch:// scheme through yet, so
  probably this requires a case study on the used uri scheme and/or
  query arguments. Maybe there's some standard uri scheme for this? Or
  maybe even just something like http://foobar?

To manage notifications about this bug go to:
https://bugs.launchpad.net/tagger/+bug/1464390/+subscriptions


References