← Back to team overview

touch-packages team mailing list archive

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

 

Public bug reported:

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?

** Affects: tagger
     Importance: Medium
     Assignee: Michael Zanetti (mzanetti)
         Status: Confirmed

** Affects: webbrowser-app (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: tagger
   Importance: Undecided
       Status: New

-- 
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


Follow ups

References