Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

RAE search plugin

  • 1 reply
  • 2 have this problem
  • 1 view
  • Last reply by 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>

Modified by JuLePe