Possible Duplicate:
How to add google chrome omnibox-search support for your site?
I have a question about how to enable the “press tab to search” feature in google chrome for my own website.
I already linked an opensearch.xml document and I have the following included:
<Url type="text/html" template="http://localhost:3000/?search={searchTerms}"/>
However this still doesnt work. Am I doing something wrong?
Thanks!
Here is
opensearch.xmlexample that works for me:I think
localhostand/or non-standard port3000might also contribute to the problem.