Open Search is a document description format for defining an API like interface to execute simple searches on that site. ex: http://example.com/search?q={searchTerms}

learn more… | top users | synonyms (1)

0
votes
1answer
24 views

OpenSearch not working in Firefox: “Firefox could not download the search plugin from”

when testing to ensure OpenSearch works for my site I receive the error, "Firefox could not download the search plugin from:" after clicking the search provider to add it to Firefox. Here is the ...
0
votes
1answer
24 views

Getting the {searchTerms} on the receiving end of OpenSearch?

I have implemented OpenSearch on a website, but the idea is to receive the resulting parameter and then use it to forward to another service. Something like: My opensearch.xml has the URL such as ...
0
votes
0answers
73 views

Open search server : basic questions

I am evaluating OSS to implement crawling, indexing and searching a mid-sized ASP.NET (MVC4) website. So far it looks promising. Here are some basic questions, which I could not find in the docs: ...
0
votes
0answers
29 views

A9.com OpenSearch Spec is not functioning anymore

The A9 spec is not functioning anymore to get XML data. What we will do? Look: http://a9.com/-/spec/opensearch/1.1/ Thanks a lot for help!
0
votes
1answer
49 views

Exact phrase matching in open search server

I need to match an exact phrase in open search server. which means "Master of business administration" should not match the keyword "business" or "Master" or "administration" or "of". I need exactly ...
0
votes
1answer
92 views

Mapping values in Open search server

I have a database with some data's like url,ip,country,state etc. I need to crawl the url and map the values with the url. say if i have a url http://www.google.com and the country USA, i need to ...
1
vote
1answer
95 views

How do I add a “private” opensearch plugin to IE9?

It seems the only way to add any search plugin is via the ms website. I have a working opensearch plugin for an intranet site, including autodiscovery, which works fine in Firefox and IE8. Some sites ...
0
votes
0answers
59 views

Chrome forgets OpenSearch site

I have a working site with an opensearch description and autosuggestion, and Google Chrome correctly "learns" how to use it when I perform a search on the site the first time. Autocompletion also ...
0
votes
0answers
55 views

Opensearch xml used for adding custom search engine as default

Am facing some issue while using opensearch for adding custom search engine as default search engine. When we get the window of adding search engine as default, cont we have any option to make that ...
0
votes
1answer
64 views

How can I have Chrome not escape search terms when searching from the Omnibar?

Currently Chrome navigates to http://site.com/#!/search/search%20terms when searching directly from the Omnibar. Is there a way to have it navigate to http://site.com/#!/search/search terms instead? ...
0
votes
1answer
280 views

wikipedia opensearch filter search

i was using mediawiki opensearch api for wikipedia opensearch like http://en.wikipedia.org/w/api.php?action=opensearch&search=a&limit=10&namespace=0&format=jsonfm eg: for query ...
0
votes
1answer
188 views

How to mark Firefox OpenSearch search engine addon as mobile compatible?

I have developed several search providers (not XPI add-on but just an XML file) for Firefox, but can't install any in Firefox Mobile, getting incompatibility error: This search engine isn't ...
1
vote
1answer
172 views

Returning Json results without property names

Very likely a rather trivial question, but I simply couldn't find an appropriate answer. I want to return a "JsonResult" without the actual result having ANY property names whatsoever. Here is a ...
0
votes
1answer
56 views

Resource Identifiers

I was reading this guideline about resource identifiers and I'm not sure how a client would be able to navigate to the resource just having the entry point URL and the identifier. How does the client ...
1
vote
1answer
476 views

OpenSearch description document discovery and Chrome

I'm trying to figure out how to advertise my web application's search endpoint using OpenSearch (see http://www.opensearch.org/Specifications/OpenSearch/1.1#OpenSearch_description_document), but even ...
0
votes
1answer
124 views

How to specify the HEAD element's PROFILE attribute in Wicket?

I am using Wicket and I need my pages to include the profile attribute with their head element. Since Wicket takes care of rendering the actual head section it is not apparent how to do this. I need ...
2
votes
1answer
133 views

Why doesn't Windows Explorer display OpenSearch results with types other than text/html correctly?

I'm trying to display results from the REST API of IBM Content Analytics in Windows 7 Explorer through its OpenSearch integration. The REST API returns an Atom feed with an <atom:entry> element ...
16
votes
2answers
4k views

How to add google chrome omnibox-search support for your site?

When I enter some of URLs in Google Chrome omnibox, I see message in it "Press TAB to search in $URL". For example, there are some russian sites habrahabr.ru or yandex.ru. When you press TAB you'll be ...
3
votes
1answer
869 views

enable pressing tab to search in google chrome on my website [duplicate]

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 ...
0
votes
1answer
1k views

Wikipedia search results different for api (opensearch) vs normal web interface?

For the text query "major+histocompatibility+complex+class+II+antigens" I get different results using the web and api interfaces. Is there a way to get the same results as the web interface using the ...
6
votes
1answer
451 views

Enable “Tab to search” in a website

I am looking for a way to enable Google Chrome's "Tab to search" feature on my website, does anyone have experience with this? Google did not supply sufficient information for me and I am guessing ...
0
votes
2answers
255 views

opensearch ie & firefox generator

i have some sites that i search frequently and i want to make a quick search for them (open search ) on my firefox and ie browsers, i dont find somthing that can generate a code that works in both ff ...
0
votes
1answer
325 views

Autocomplete in opensearch

I have done autocomplete functionality for opensearch using WCF. But we are using 3.5, so I now need to achieve the same without using WCF. Any idea or please send me any useful link. My scenario is ...
1
vote
1answer
1k views

Add URL Parameters to the DuckDuckGo searchplugin for Firefox

Here is the xml file for a basic https query to DuckDuckGo: <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/"> ...
2
votes
1answer
191 views

.net OpenSearch Library

All, is a .net library that can take a result set and generate a open search feed? Also, how much work is involved to create one? It would be great if you can direct me to some online resources. ...
3
votes
2answers
232 views

Using RESTful architecture to access multidimensional data

How should we use REST to access multidimensional data in an efficient way? The choices seem to be hi-REST, lo-REST, or OpenSearch (which seems like a specialization of lo-REST).
4
votes
1answer
364 views

Google Chrome: Search API?

I'm looking for a way to expose Google-Search functionality on my site so that chrome users can use context-sensitive searching (e.g:) I know YouTube is owned by Google, but I couldn't remember ...
1
vote
1answer
158 views

How can reverse('opensearch') work in the shell, but fails in a Test?

I'm trying to install django-lean into my application. Open search is used in my app App. I can reverse('opensearch') in the Python shell. However, in the test, reverse('opensearch') * ...
0
votes
1answer
1k views

Google Custom Search and Opensearch

I have a Google Custom Search Engine on our site and I have recently implemented the opensearch XML file so that I can add our site's search in the browsers' search box. Any idea how I can add the ...
2
votes
2answers
485 views

Confused about namespaces in Atom feed

Is there any difference between <opensearch:totalResults>1000</opensearch:totalResults> and <totalResults xmlns="opensearch">1000</totalResults> I'm using the ...
6
votes
1answer
408 views

Have your WebSite recognized as a Search Engine by Chrome

If I start typing stackov.. in Chrome I can see something like 'Press Tab to search stackoverflow.com'. SO is basically recognized as a Search Engine. Do you have any idea of how to implement the ...
0
votes
2answers
132 views

Track custom firefox search engine with google analytics

I made a custom Firefox search engine. It used the code below. Is it possible for me to track the use of this on the site. My concern is that searches form the firefox search engine will look like ...
2
votes
2answers
835 views

OpenSearch .net (C#) library: which one?

i would like to add OpenSearch to my C# webapplication. does someone recommend a certain .net library? or does a custom webapplication require a tailormade opensearch implementation?
3
votes
1answer
258 views

What is the steps to add Open Search Feature to an existing ASP.NET MVC Website?

I notices when i go to some sites (include Stackoverflow) by Firefox a little blue circle shows I can add the site to my Search providers . so wanted to know how can add this feature to my MVC project ...
5
votes
2answers
2k views

Making usage of Google Chrome's OmniBox [TAB] Feature for/on personal website?

I think the title explains it all but I am going deeper into my question anyway: How can I make use of the Chrome's Omnibox [TAB] feature for my website? As many users requested me to implement that ...
1
vote
2answers
2k views

Install search provider [Internet Explorer]

This seems like a basic task, but I'm unable to find a solution for some reason. How can I programmatically install a search provider in Internet Explorer? I'm using NSIS for my installer.
7
votes
2answers
2k views

Where does an OpenSearch OSDD document go?

Does anyone have a clue what I name this XML document and where to put it now that I have it created? I would like to provide an OSDD (OpenSearch description document) on my site so that Google ...
23
votes
4answers
34k views

Base64 Encoding Image

I am building an open search add-on for Firefox/IE and the image needs to be Base64 Encoded so how can I base 64 encode the favicon I have? I am only familiar with PHP