본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Search bar suggestions from Google are broken

  • 7 답장
  • 9 이 문제를 만남
  • 1 보기
  • 최종 답변자: longsliver

more options

Updated to 55.2.2, unfortunately Google search suggestions are broken and do not work when searching via Search Bar. "Show Suggestions" is definitely checked. Changing to Bing results in suggestions being displayed as normal. Utilizing Google will only display past searches from my history.

I noticed this started after the last update when Mozilla decided to change the default search provider to Qwant without my permission or knowledge.

Updated to 55.2.2, unfortunately Google search suggestions are broken and do not work when searching via Search Bar. "Show Suggestions" is definitely checked. Changing to Bing results in suggestions being displayed as normal. Utilizing Google will only display past searches from my history. I noticed this started after the last update when Mozilla decided to change the default search provider to Qwant without my permission or knowledge.

선택된 해결법

I don't understand why your google.xml is different from the Firefox default. You could ask Waterfox support.

You cannot edit built-in searchplugins. Instead, you can select an alternate search plugin for Google. For example, from:

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (7)

more options

longsliver said

I noticed this started after the last update when Mozilla decided to change the default search provider to Qwant without my permission or knowledge.

Mozilla did no such thing  ! Could it be that you inadvertently downloaded Quant or installed
the add-on  ? Would you check Options => Add-ons => Extensions  ?

more options

Note that you are using an unofficial Waterfox build (55.2.2) instead of an official Firefox build from the Mozilla server that may behave differently.

more options

cor-el said

Note that you are using an unofficial Waterfox build (55.2.2) instead of an official Firefox build from the Mozilla server that may behave differently.

Yes, thanks for mentioning that. It was only in the latest update to 55.2.2 that this occurred. Prior to this it's been working fine for the last several years in every iteration I've ever used

글쓴이 longsliver 수정일시

more options

If you have the U.S. English build of Firefox, you can inspect the built-in search plugins using this internal address:

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

The google.xml file should have this in the template, which is the address used to fetch suggestions:

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

Assuming that is present and you are using the default Google search plugin rather than one acquired elsewhere, can you think of any extensions or external filters that could be blocking that feature?

more options

I found this in the google.xml file:

<Url rel="self" type="application/opensearchdescription+xml" template="https://www.google.com/searchdomaincheck?format=opensearch"/>
<Url rel="suggestions" type="application/x-suggestions+json" template="https://www.google.com/complete/search?q={searchTerms}&inputencoding={inputEncoding}&outputencoding={outputEncoding}"/>
<Url type="text/html" template="https://www.google.com/search?q={searchTerms}&ie={inputEncoding?}&oe={outputEncoding?}"/>

The bing.xml file has:

-<Url type="application/x-suggestions+json" template="https://www.bing.com/osjson.aspx"><Param name="query" value="{searchTerms}"/>

<Param name="query" value="{searchTerms}"/>
<Param name="form" value="OSDJAS"/>
<Param name="language" value="{moz:locale}"/>

I am also noticing that Yahoo does not return any results. yahoo.xml looks a lot like google.xml:

<Url rel="results" type="text/html" method="get" template="https://search.yahoo.com/search?p={searchTerms}&fr=opensearch"/>
<Url rel="suggestions" type="application/json" template="https://search.yahoo.com/sugg/os?command={searchTerms}&output=fxjson&fr=opensearch"/>
<Url rel="self" type="application/opensearchdescription+xml" template="https://search.yahoo.com/opensearch.xml"/>

Wikipedia search returns suggestions, and its xml file closely resembles the bing.xml file:

<Url type="application/x-suggestions+json" method="GET" template="https://en.wikipedia.org/w/api.php">
<Param name="action" value="opensearch"/>
<Param name="search" value="{searchTerms}"/></Url>

So am I guessing the google.xml file needs to be edited, any idea how I can go about doing that?

글쓴이 cor-el 수정일시

more options

선택된 해결법

I don't understand why your google.xml is different from the Firefox default. You could ask Waterfox support.

You cannot edit built-in searchplugins. Instead, you can select an alternate search plugin for Google. For example, from:

more options

Thank you, I appreciate all of your help guys. I ended up using another plugin to search Google