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
0
votes
2 answers

Open Search Server v1.4 select query special characters

We're using Open Search Server v1.4. When the user enters a search for the text "Refrigerator temperature chart (5" we create a URL something like…
Mick
  • 6,527
  • 4
  • 52
  • 67
0
votes
1 answer

Can you register an OpenSearch URL for a Chrome extension?

Is it possible to write a Chrome extension that registers an OpenSearch search handler, which would allow you to tab complete a search in the URL bar and capture the output with your extension? Like the photo below, but hitting Enter would load my…
Kevin Burke
  • 61,194
  • 76
  • 188
  • 305
0
votes
1 answer

Opensearch on Django: pointing Firefox to the correct favicon and suggestions

I'm trying to add opensearch on Django, and I can neither get Firefox to fetch the correct favicon, nor get to query and display suggestions. I also tried on Chrome and I don't think I can add localhost as a search engine. Here's my opensearch.xml…
ChrisR
  • 966
  • 14
  • 20
0
votes
1 answer

Shorter trigger keyword for Opensearch in omnibox

Is it possible to make a shorter keyword for the users to access our opensearch? Example: Our website is: xxxxxxxxx.com I want that when typing 'xxx' and pressing TAB the opensearch for our website will appear. Right now the users have to type the…
whatever61
  • 79
  • 2
  • 13
0
votes
2 answers

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 direct visits in google analytics. I would like to…
Vincent
  • 1,579
  • 4
  • 23
  • 38
0
votes
2 answers

OpenSearch Compatible Response From Java

Here is an example OpenSearch description file: http://webcat.hud.ac.uk/OpenSearch.xml When I send a query as like that: http://webcat.hud.ac.uk/perl/opensearch.pl?keyword=new&startpage=1&itemsperpage=20 I get a response which is compatible to…
kamaci
  • 72,915
  • 69
  • 228
  • 366
0
votes
1 answer

Tab to Search in Chrome With AJAX Post Search Engine

My site has a search function that uses AJAX to complete the search. A POST request is sent to a PHP page and a results DIV is reloaded using the HTML returned. I'd like to implement Chrome's tab to search feature using OpenSearch XML. I've been…
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248
0
votes
1 answer

Open Search Server: Connect custom html meta tags to schema fields

I've set up a new OSS to handle search on a forum. The basic setup was rather straight forward but upon tweaking it I've gotten stuck. The issue is that the pages have a custom meta tag like this:
Don Simon
  • 591
  • 5
  • 17
0
votes
0 answers

Set my website as default search engine in BB10Browser and Create opensearch plugin for BB10

I want to add my website in Default Search Engine option in BB10 Browser but on opening the website it is not showing the "add search" option. Is there any changes that have been done in BB10 browser from BB7 ? Is it possible to make an opensearch…
r.bhardwaj
  • 1,603
  • 6
  • 28
  • 54
0
votes
1 answer

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: German Umlauts: the Renderer/Search for German…
reinhard
  • 818
  • 1
  • 10
  • 24
0
votes
1 answer

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 map the country with the crawled data. I tried the…
Vishnu Lal
  • 189
  • 1
  • 4
  • 13
0
votes
1 answer

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? (One does not normally escape hash fragments)
abrkn
  • 1,971
  • 2
  • 15
  • 16
-1
votes
0 answers

How to build MultiTermsAggregationBuilder?

I would like to use MultiTermsAggregationBuilder in opensearch 2.7 java client to implement multi_terms functionality. When setTerms(List), I did not know how to initilized MultiTermsValuesSourceConfig. It seemed that public Construct method…
zz_suz
  • 1
-1
votes
0 answers

Cannot change/remove admin user in OpenSearch

I am trying to configure security in an OpenSearch. Firstly I successfully enabling an HTTPS. This activates an admin:admin user. Now I am trying to disable such user and enable my own test_user:test_pass with admin access. I replaced…
Dr.ZIG
  • 1
  • 6
-1
votes
1 answer

Is any posability to make mustache query (or use existed script) in hibernate?

I have saved script in opensearch cluste. Is it possible to call it somehow via hibernate-search or make something like "native query" with mustache script?
RiseOfDeath
  • 33
  • 2
  • 8
1 2 3
61
62