This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

RAE search plugin

  • 1 antwoord
  • 2 hierdie probleem
  • 1 view
  • Laaste antwoord deur JuLePe

more options

The Spanish version of Firefox has "Diccionario RAE" search engine in the code. The problem is that the code is obsolete because www.rae.es has improved and updated his site to "23ª Edición", also it's difficult to identify with that icon.

I've tried deleting the installed one with Firefox (ok, deleted) and adding a drae.xml to searchplugins folder (C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins) but it's not shown in search bar as other xml files I added. Later, I modified search.json and that worked but until the next update; so, everytime Firefox is updated I need to edit the file.

I would like to have the fixed, by me, "Diccionario RAE" but don't know why it doesn't work like other search engines I added (they are NOT in Firefox code).

P.S. I can post my drae.xml if needed.

The Spanish version of Firefox has "Diccionario RAE" search engine in the code. The problem is that the code is obsolete because www.rae.es has improved and updated his site to "23ª Edición", also it's difficult to identify with that icon. I've tried deleting the installed one with Firefox (ok, deleted) and adding a drae.xml to searchplugins folder (C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins) but it's not shown in search bar as other xml files I added. Later, I modified search.json and that worked but until the next update; so, everytime Firefox is updated I need to edit the file. I would like to have the fixed, by me, "Diccionario RAE" but don't know why it doesn't work like other search engines I added (they are NOT in Firefox code). P.S. I can post my drae.xml if needed.

All Replies (1)

more options

Thanks to Ralph Fox a new working code:

<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">

 <ShortName>Diccionario R.A.E.</ShortName> 
 <Description>Real Academia Española. Diccionario Usual.</Description> 
 <InputEncoding>UTF-8</InputEncoding> 
 <Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACTTk40gjQ0g5hiX0uOU00rAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlUVAmWUVFVjUQ/pKF2dIOSTEmnhDAsyIs5NpKQV1NMAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACNQECHjkBAs5VST5GUXmFxmGFeaZ1lZY2SSUOuizk2wJNUXEUAAAAAAAAAAAAAAAAAAAAAAAAAAKmFhRWPUlCSjUdGwY5JTqOjgX1+mF5eYY07NoSbaWl5l1lWon8oKNCOREi6oHZ2KwAAAAAAAAAAAAAAAAAAAACWVlY4jUVFgJZSVpqUU1aunGlnoJZZVYaPREKSj1BMvqBwco+UT0+unGlrlp9zbV0AAAAAAAAAAAAAAAAAAAAAoWxsapVXVYOWVVVrk1VXlZZlapeRUFB+mGFhXJZeXq2eb295l1lXj4Q3OqKNQ0OfAAAAAAAAAAAAAAAAAAAAAJNTWIqSVVinjERBu5VYWIWhdHZwoGpqiY9DQKebamdnlGhsf5VKTIyRTU+OhEJCrQAAAAAAAAAAAAAAAAAAAACYXV05iDAsvZhgXamXYl2ZqIiFdqF6emqOSkusnG5tkaR3dXORTk6ziDY2xJZdW3AAAAAAAAAAAAAAAAAAAAAAf39/AptnaX6HMi/MkFNWn6V6eGqbY2NukE5RWKR/fYKQTlGmmmZpk45BQbyWUFAzAAAAAAAAAAAAAAAAAAAAAKmNjRKWWVRpj0ZDuZFTT5CUUlJ4klxcbp1lZ4qcaWtvkFJUbIk2NsWLODuaqHl5LAAAAAAAAAAAAAAAAAAAAAC/v78EmmRkVpNLS4eOT0+6gSgsyZJNS3ORVVV3iC4yxok3N8GSTlOZklxYhJZpaREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYYl05tra2FYpAO5uGNTW6kD5Dr4MwMMKJREFKlVRSY5FbWw4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJNTUzSQVE+RjkNAroUrK7aDJyevm25jFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKeKiiOOTEyjj0NDuYozMMKTUFCojD9HuZZSUp6qf38MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8CpX96NqSFf1qVWFqKlFZejaFpaWiodnY4f///AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmFRZOayUlB////8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/v8AAPwfAADxjwAA40cAAOAHAADpowAAwmMAAOMnAADzhwAA82cAAPGHAAD8PwAA/D8AAPgfAAD+fwAA//8AAA==</Image> 
 <Url type="text/html" method="GET" template="http://dle.rae.es/" resultDomain="rae.es"> 
   <Param name="w" value="{searchTerms}"/> 
 </Url> 
 <SearchForm>http://www.rae.es/</SearchForm> 

</SearchPlugin>

Gewysig op deur JuLePe