See also a related request to integrate OpenSearch: bug #1277637.

** Changed in: unity8 (Ubuntu)
       Status: New => Invalid

** Changed in: webbrowser-app
       Status: New => Triaged

** Summary changed:

- The search engine is hard coded into the webbroswer-app
+ The search engine is hardcoded in webbrowser-app

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1334546

Title:
  The search engine is hardcoded in webbrowser-app

Status in OEM Priority Project:
  New
Status in OEM Priority Project trusty series:
  New
Status in Web Browser App:
  Triaged
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

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to     : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to