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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334546

Title:
  The search engine is hard coded into the webbroswer-app

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to