Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typesense/typesense-autocomplete-demo
A demo app that shows you how to use Algolia's autocomplete.js library with Typesense
https://github.com/typesense/typesense-autocomplete-demo
algolia autocomplete autocomplete-js typesense
Last synced: about 1 month ago
JSON representation
A demo app that shows you how to use Algolia's autocomplete.js library with Typesense
- Host: GitHub
- URL: https://github.com/typesense/typesense-autocomplete-demo
- Owner: typesense
- License: apache-2.0
- Created: 2022-09-23T01:23:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T03:56:52.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:38:46.601Z (8 months ago)
- Topics: algolia, autocomplete, autocomplete-js, typesense
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 21
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typesense-autocomplete-demo
This is a demo that shows you how to build an autocomplete search interface using Algolia's [autocomplete-js](https://github.com/algolia/autocomplete) library and [Typesense](https://typesense.org).
**NOTE:** `autocomplete.js` is a standalone UI library and is unrelated to the `Autocomplete` widget in the Instantsearch.js UI library. [Read more](https://github.com/typesense/typesense-instantsearch-adapter/issues/88#issuecomment-1021597634).
## Get started
To run this project locally:
Open the `index.html` file in the root of this repo in a web browser.