Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

algolia/opensearch-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSearch for Algolia results

This is an experiment and has not yet been validated

  1. / -> a html with the meta link to the opensearch
  2. /opensearch.xml -> the description document with all links
  3. /suggest?query=XXX -> JSON response for query suggestions (docs)
  4. /results?query=XXX -> XML/RSS response results (docs)

Getting started

  1. install dependencies
yarn # (or npm install)
  1. start (in development mode)
yarn dev # (or npm run dev)
  1. deploy somewhere and run
yarn start # (or npm run start)

Uses

  • express
  • algoliasearch
  • Yarn index
  • Yarn query suggestions index

About

example of OpenSearch (using the Yarn index)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published