Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Firefox search bar doesn't display Google search suggestions

  • 3 odpovede
  • 4 majú tento problém
  • 40 zobrazení
  • Posledná odpoveď od pkats15

more options

When searching using Google on Firefox built-in search bar no suggestions (other than previous searches) are displayed whereas when doing so using Yahoo or Wikipedia as the default search engine they appear normally. I'm using Firefox 46.0 on Linux Mint. Any help would be greatly appreciated.

When searching using Google on Firefox built-in search bar no suggestions (other than previous searches) are displayed whereas when doing so using Yahoo or Wikipedia as the default search engine they appear normally. I'm using Firefox 46.0 on Linux Mint. Any help would be greatly appreciated.

Vybrané riešenie

Do you use any anti-tracking add-ons which might be blocking Google suggestions?? If you are, please try turning them off as a test.

Assuming that isn't it...

Is it possible your build of Firefox does not have the regular Google search plugin that retrieves suggestions??

To inspect built-in search plugins, you have to dive into a somewhat obscure internal file. If you use the U.S. English version, you can paste this into the address bar and press Enter to load it:

resource:///chrome/en-US/locale/browser/searchplugins/ 

If you use a different language: Start from the following and then drill down into your language, /locale/browser/searchplugins:

resource:///chrome/

When you find google.xml: Click that file to view it in a Firefox tab, and check whether this line is present:

<Url type="application/x-suggestions+json" method="GET" template="https://www.google.com/complete/search?client=firefox&q={searchTerms}"/>

Is that there?

If not: You might want to install a different Google search plugin and use that one instead. There is a wide range of choices on this page: http://mycroftproject.com/google-search-plugins.html

If it is there: Hmm, why is that not working?!

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (3)

more options

Vybrané riešenie

Do you use any anti-tracking add-ons which might be blocking Google suggestions?? If you are, please try turning them off as a test.

Assuming that isn't it...

Is it possible your build of Firefox does not have the regular Google search plugin that retrieves suggestions??

To inspect built-in search plugins, you have to dive into a somewhat obscure internal file. If you use the U.S. English version, you can paste this into the address bar and press Enter to load it:

resource:///chrome/en-US/locale/browser/searchplugins/ 

If you use a different language: Start from the following and then drill down into your language, /locale/browser/searchplugins:

resource:///chrome/

When you find google.xml: Click that file to view it in a Firefox tab, and check whether this line is present:

<Url type="application/x-suggestions+json" method="GET" template="https://www.google.com/complete/search?client=firefox&q={searchTerms}"/>

Is that there?

If not: You might want to install a different Google search plugin and use that one instead. There is a wide range of choices on this page: http://mycroftproject.com/google-search-plugins.html

If it is there: Hmm, why is that not working?!

more options

This is a shorter URI to inspect the built-in search engines.

  • resource://search-plugins/
more options

jscher2000 said

Do you use any anti-tracking add-ons which might be blocking Google suggestions?? If you are, please try turning them off as a test. Assuming that isn't it... Is it possible your build of Firefox does not have the regular Google search plugin that retrieves suggestions?? To inspect built-in search plugins, you have to dive into a somewhat obscure internal file. If you use the U.S. English version, you can paste this into the address bar and press Enter to load it: resource:///chrome/en-US/locale/browser/searchplugins/ If you use a different language: Start from the following and then drill down into your language, /locale/browser/searchplugins: resource:///chrome/ When you find google.xml: Click that file to view it in a Firefox tab, and check whether this line is present: <Url type="application/x-suggestions+json" method="GET" template="https://www.google.com/complete/search?client=firefox&q={searchTerms}"/> Is that there? If not: You might want to install a different Google search plugin and use that one instead. There is a wide range of choices on this page: http://mycroftproject.com/google-search-plugins.html If it is there: Hmm, why is that not working?!

The only file shown in "resource:///chrome/en-US/locale/browser/searchplugins/" was a "list.txt". However using the site that you suggested (http://mycroftproject.com/google-search-plugins.html) I added that version of google which works fine. I suppose my problem had something to do with adding Google form the site Linux Mint pointed (https://www.linuxmint.com/searchengines.php). Anyway thank you so much for helping.