Adding search engines to Firefox is so easy that it's embarrassing. As noted before, I'm using Atlassian's Jira at work to track issues in the software and being able to search through them straight from the browser is pretty useful. To be able to do this yourself, create a file called jira.src in your firefox searchplugins directory with the following contents:
<search name="Jira" description="Jira Search" method="GET" action="http://yourbox:port/secure/QuickSearch.jspa" queryEncoding="utf-8" queryCharset="utf-8" > <input name="searchString" user> </search>
To adapt the file to your situation:
To quickly search using the keyboard:
If you put the Jira logo in the searchplugins directory, that'll be shown instead of the spyglass when picking your new Jira search plugin.