Bug #35471 Adding Opensearch plugin
Submitted: 21 Mar 2008 3:29 Modified: 21 Mar 2008 9:46
Reporter: Diego Medina Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Websites: MySQLForge Severity:S4 (Feature request)
Version:2.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[21 Mar 2008 3:29] Diego Medina
Description:
Some users may find it useful to search the forge from their browsers without having to visit the forge site and then enter their search terms.

So I implemented a search plugin the uses the "General search box".

This search plugin works on Firefox and it is supposed to work on IE7 (Unable to test)

(I'll attach the file to this feature request.)

To have this search plugin auto-discovered by Firefox, you could have this line

<link rel="search" type="application/opensearchdescription+xml" title="searchTitle" href="pluginURL">

inside the <HEAD></HEAD> tags

You can find more information about it here:
http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox#Autodiscovery...

How to repeat:
n/a
[21 Mar 2008 3:29] Diego Medina
This is the search plugin for Firefox

Attachment: mysqlforge.xml (text/xml), 5.33 KiB.

[21 Mar 2008 9:46] Valeriy Kravchuk
Thank you for the plugin contributed.