Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Rohkem teavet

Internet opensearch suggestions stoped working

  • 2 vastust
  • 1 on selline probleem
  • 12 views
  • Viimati vastas slewitan

more options

We have an internally written and hosted opensearch plugin which after upgrading to Firefox 7 the suggestions stopped dropping down in the browser. (I don't remember what we were running before) As before when one hits enter it still submits the keyword to the proper page URL.

The plugin xml is: <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>Directory Listing v1.1</ShortName> <Description>Directory Listing</Description> <Image height="16" width="16" type="image/x-icon">http://int.bh.com/phonelookup/favicon_phone.ico</Image> <Url type="text/html" method="get" template="http://int.bh.com/phonelookup/phonelookup.php?keyword={searchTerms}"/> <Url type="application/x-suggestions+json" method="GET" template="http://int.bh.com/phonelookup/suggest/suggest.php?format=json&mode=FirstNickLastNumber&keyword={searchTerms}"/> </OpenSearchDescription>

suggest.php output (keyword=bill): ["keyword",["Bille, Bntonio, 123","Biller, Bvrum, Dhesky, 202","Darias, Billy, 829","Durran, William, Billy, 265","Fexter, William, Bill, 168","Jamet, Bill, Borris, 262", ]]

Thanks for all your help. S. Lewitan

We have an internally written and hosted opensearch plugin which after upgrading to Firefox 7 the suggestions stopped dropping down in the browser. (I don't remember what we were running before) As before when one hits enter it still submits the keyword to the proper page URL. The plugin xml is: <?xml version="1.0"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>Directory Listing v1.1</ShortName> <Description>Directory Listing</Description> <Image height="16" width="16" type="image/x-icon">http://int.bh.com/phonelookup/favicon_phone.ico</Image> <Url type="text/html" method="get" template="http://int.bh.com/phonelookup/phonelookup.php?keyword={searchTerms}"/> <Url type="application/x-suggestions+json" method="GET" template="http://int.bh.com/phonelookup/suggest/suggest.php?format=json&amp;mode=FirstNickLastNumber&amp;keyword={searchTerms}"/> </OpenSearchDescription> suggest.php output (keyword=bill): ["keyword",["Bille, Bntonio, 123","Biller, Bvrum, Dhesky, 202","Darias, Billy, 829","Durran, William, Billy, 265","Fexter, William, Bill, 168","Jamet, Bill, Borris, 262", ]] Thanks for all your help. S. Lewitan

Muudetud slewitan poolt

Valitud lahendus

It turns out I have an extra comma at the end of the json string which I guess in the older versions didn't mess things up. Sorry for the trouble.

Loe vastust kontekstis 👍 0

All Replies (2)

more options

Upgrade your browser to Firefox 8 and check

more options

Valitud lahendus

It turns out I have an extra comma at the end of the json string which I guess in the older versions didn't mess things up. Sorry for the trouble.