All Projects → typesense → typesense-instantsearch-demo

typesense / typesense-instantsearch-demo

Licence: other
A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to typesense-instantsearch-demo

Instantsearch Ios Examples
Example apps built with InstantSearch iOS
Stars: ✭ 55 (+83.33%)
Mutual labels:  search-interface
Search Query Parser
A simple parser for advanced search query syntax
Stars: ✭ 180 (+500%)
Mutual labels:  search-interface
search-ui
JavaScript library to develop Search UIs for the web
Stars: ✭ 16 (-46.67%)
Mutual labels:  search-interface
Typesense Instantsearch Adapter
A JS adapter library to build rich search interfaces with Typesense and InstantSearch.js
Stars: ✭ 56 (+86.67%)
Mutual labels:  search-interface
Xinahn Client
一个开源,高隐私,自架自用的聚合搜索引擎。https://xinahn.com
Stars: ✭ 116 (+286.67%)
Mutual labels:  search-interface
Structured Filter
jQuery UI widget for structured queries like "Contacts where Firstname starts with A and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
Stars: ✭ 213 (+610%)
Mutual labels:  search-interface
Envtool
Utility to check and search along environment variables. Or where Python/Cmake/Man-pages/pkg-modules/VCPKG-packages are located.
Stars: ✭ 10 (-66.67%)
Mutual labels:  search-interface
react-search
This package will help you create a pretty good and beautiful search. And other related features
Stars: ✭ 17 (-43.33%)
Mutual labels:  search-interface
Instantsearch Android
A library of widgets and helpers to build instant-search applications on Android.
Stars: ✭ 129 (+330%)
Mutual labels:  search-interface
KatSearch
Fast, simple, powerful filesystem search for macOS, just like the good ol' days.
Stars: ✭ 86 (+186.67%)
Mutual labels:  search-interface
Search View Layout
Material Design Search View Layout, now implemented in Google Maps, Dialer, etc
Stars: ✭ 1,107 (+3590%)
Mutual labels:  search-interface
Search Ui
Search UI. Libraries for the fast development of modern, engaging search experiences.
Stars: ✭ 1,294 (+4213.33%)
Mutual labels:  search-interface
google-it-telegram-bot
🤖 @Google_itBot 🔎 Search and share LINKS/IMAGES/VIDEOS in inline mode
Stars: ✭ 40 (+33.33%)
Mutual labels:  search-interface
Open Semantic Search Apps
Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
Stars: ✭ 55 (+83.33%)
Mutual labels:  search-interface
angular-query-builder
Dynamic query building UI written in Angular and Bootstrap. https://niklr.github.io/angular-query-builder
Stars: ✭ 61 (+103.33%)
Mutual labels:  search-interface
Kowl
Apache Kafka Web UI for exploring messages, consumers, configurations and more with a focus on a good UI & UX.
Stars: ✭ 1,036 (+3353.33%)
Mutual labels:  search-interface
Recoll Webui
web interface for recoll desktop search
Stars: ✭ 204 (+580%)
Mutual labels:  search-interface
showcase-books-search
A site to instantly search 28M books from OpenLibrary using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚡ 📚 🔍
Stars: ✭ 117 (+290%)
Mutual labels:  typesense-instantsearch-adapter
mpv-search-page
An in-window search page for mpv player
Stars: ✭ 32 (+6.67%)
Mutual labels:  search-interface
AzSearchStore
A UI state management library to build js apps against Azure Search
Stars: ✭ 23 (-23.33%)
Mutual labels:  search-interface

typesense-instantsearch-demo

This is a demo that shows you a quick search interface that was built with typesense-instantsearch-adapter.

Read the accompanying walk-through here: https://typesense.org/docs/latest/guide/search-ui-components.html.

Here are more live demos that use the Instantsearch adapter: https://typesense.org/docs/overview/demos.html

Get started

To run this project locally, install the dependencies, start Typesense Server, populate the index and run the app server:

$ npm install
$ npm run typesenseServer
$ npm run populateTypesenseIndex
$ npm start

Open http://localhost:3000 to see your app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].