Questions tagged [opensearchdescription]

10 questions
3
votes
1 answer

Add Open Search Description with multiple URLs based on language

The website I want to add OpenSearchDescription to has a language parameter in the URL path to define the vistors language. This means that the search URL will be different for every language, e.g. http://www.example.org/en/search and…
Niels R.
  • 7,260
  • 5
  • 32
  • 44
2
votes
0 answers

How to add multiple search engines in chrome settings

I am using Opensearch in my site to be able to search directly using Chrome omnibox However, I want my site to able to add multiple search engines (different domains) via OpenSearchDescription xml. I tried adding multiple search description xmls and…
2
votes
1 answer

Chrome does not support adding searchEngine through javascript 'window.external.AddSearchProvider(url)'

I am here to clarify an issue am facing in chrome alone and the issue is - 'I can't able to add My Site in chrome search engine via Javascript window.external.AddSearchProvider(xml_url) , However,on earlier times, it worked properly without any…
1
vote
1 answer

Manage replicas of ISM indices with templates

I have a standalone instance with Opensearch for testing purposes, I want to keep it light and clean so I'm using ISM to delete indices older than x days. What I noticed is that by default Opensearch generates a management index…
João Pereira
  • 31
  • 1
  • 6
1
vote
0 answers

How to define a 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: <%@ page isELIgnored="false" %> title
0
votes
0 answers

Weird behavior with suggestions in the opensearch xml format

I am currently trying to write a search engine that evaluates the search locally. To register the search engine I am using the opensearch xml file (https://developer.mozilla.org/en-US/docs/Web/OpenSearch). The search url looks like this:…
bgfxc4
  • 33
  • 4
0
votes
0 answers

OpenSearchDescription Tab to Search for my website in Google Chrome/ Edge not working

I wanted to have a "Tab to Search" functionality on my website. https://heihitesh.github.io/hit.github.io/ I have adde this to the code Example.com
0
votes
2 answers

How to change the description that shows up in Google and add search tags to your page?

For example google's page shows a description: In their case the text is Search the world's information, including webpages, images, video's and more. Google has many special features to help you find exactly what you're looking ... I've…
MrFox
  • 4,852
  • 7
  • 45
  • 81
0
votes
1 answer

forward slashes in searchTerms break search url in opensearch.xml

My opensearch XML looks something like below. my site short…
Raja Anbazhagan
  • 4,092
  • 1
  • 44
  • 64
0
votes
0 answers

Enable Opensearch in Geonetwork (version > 3.2)

I want to be able to search against a Geonetwork catalog by using the Opensearch protocol. I already read that Opensearch should be enabled by a file descriptor that is put on this path of the GN…