← Back to team overview

touch-packages team mailing list archive

[Bug 1334546] Re: The search engine is hardcoded in webbrowser-app

 

** Changed in: oem-priority
       Status: Triaged => Fix Released

** Changed in: oem-priority/trusty
       Status: New => Fix Released

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

Title:
  The search engine is hardcoded in webbrowser-app

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project trusty series:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in “unity8” package in Ubuntu:
  Invalid

Bug description:
  The search engine is hard coded into the webbroswer-app.

  http://bazaar.launchpad.net/~phablet-team/webbrowser-
  app/14.04/view/head:/src/app/AddressBar.qml

      function buildSearchUrl(query) {
          var searchUrl = "https://google.com/search?client=ubuntu&q=%1&ie=utf-8&oe=utf-8";
          var terms = query.split(/\s/).map(escapeHtmlEntities)
          return searchUrl.arg(terms.join("+"))
      }

  So can we add a way to easily change or customize the search engine?

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1334546/+subscriptions