Public bug reported:

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?

** Affects: oem-priority
     Importance: Undecided
         Status: New

** Affects: oem-priority/trusty
     Importance: Undecided
         Status: New

** Affects: webbrowser-app
     Importance: Undecided
         Status: New

** Affects: unity8 (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: webbrowser-app
   Importance: Undecided
       Status: New

** Also affects: oem-priority
   Importance: Undecided
       Status: New

** Also affects: oem-priority/trusty
   Importance: Undecided
       Status: New

-- 
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 hard coded into the webbroswer-app

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

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