Questions tagged [opensearch]

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}

Getting started OpenSearch includes a data store and search engine, a visualization and user interface, and a library of plugins you can use to tailor your tools to your requirements. Get started in the way that best suits your team and your environment. To configure your first OpenSearch cluster, you can download the OpenSearch components in a variety of distributions or start with the official Docker Image.

See also: Open Search Sites can declare their Open Search documents inside a <link> tag which browsers can use to download the XML document and present the site specific search to the user. Publishers which support the protocol can implement the following features:

  • Generate RSS and Atom search responses

Clients which implement OpenSearch can provide the following features:

  • Conduct site specific searches by associating a domain to its OSDD URL
  • Generate HTML, Atom and RSS links via autodiscovery

References

931 questions
173
votes
3 answers

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 able to search in that site, not in your search…
Abzac
  • 2,631
  • 5
  • 21
  • 24
65
votes
5 answers

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
UnkwnTech
  • 88,102
  • 65
  • 184
  • 229
40
votes
3 answers

Add JIRA Quick Search to Chrome Omnibox

I would like to search JIRA's "Quick Search" from Chrome's Omnibox. This is not the same as this Chrome Omnibox search string: https://myserver/jira/browse/%s That string will only open perfectly (not partially) matched JIRA IDs. A Quick Search…
CLSheppard
  • 525
  • 1
  • 6
  • 13
20
votes
1 answer

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 this community is faster. Much appreciated
baik
  • 993
  • 2
  • 14
  • 21
15
votes
2 answers

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 feature on the site, I did research on the…
Faizan S.
  • 8,634
  • 8
  • 34
  • 63
12
votes
1 answer

Does Chrome allow auto discovery of OpenSearch?

Our company has an internal website that I am trying to add Chrome Omnibox support for via OpenSearch. The site is built with ASP.NET MVC 5. I have added the following line to the tag of my layout page:
Airn5475
  • 2,452
  • 29
  • 51
11
votes
3 answers

Text fields are not optimised for operations that require per-document field data

Having switched from Elasticsearch to Opensearch, my application now fails to run a simple query with: "Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are…
knirirr
  • 1,860
  • 4
  • 23
  • 37
9
votes
3 answers

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 my simplest example does not work. I have…
Landon Kuhn
  • 76,451
  • 45
  • 104
  • 130
9
votes
1 answer

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 same sort of feature in our WebApp? I think it…
mickthompson
  • 5,442
  • 11
  • 47
  • 59
8
votes
2 answers

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 Chrome will automatically pick up search capabilities…
patridge
  • 26,385
  • 18
  • 89
  • 135
8
votes
6 answers

Is there anyway to create a friendly URL for AWS Elasticsearch domain url?

I tried creating a Route 53 alias record but that didn't work.
Dhawal
  • 1,240
  • 2
  • 12
  • 20
8
votes
0 answers

How to define a trigger keyword in OpenSearchDescription xml file?

I am trying to get an open search definition to work on subdomains. I have added the correct line in the of the html. Example:
para
  • 684
  • 5
  • 19
7
votes
1 answer

enable pressing tab to search in google chrome on my website

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…
chourobin
  • 4,004
  • 4
  • 35
  • 48
7
votes
1 answer

OpenSearch 1.2 - Index pattern programmatically

I am trying to create an index_pattern for dashboard in Opensearch programmatically. Due to the fact that I didn't found anything related to it on Opensearch documentation, I tried the elastic search saved_objects api: POST…
Wolfetto
  • 1,030
  • 7
  • 16
6
votes
1 answer

Changing alias in ElasticSearch returns 200 and acknowledged but does not change alias

Using elasticsearch 8.4.3 with Java 17 and a cluster of 3 nodes where 3 are master eligible, we start with following situation: index products-2023-01-12-0900 which has an alias current-products We then start a job that creates a new index…
Loc Ann
  • 455
  • 6
  • 24
1
2 3
61 62