COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220421071420/https://github.com/topics/instantsearch
Here are
53 public repositories
matching this topic...
Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
⚡️ A JavaScript library for building performant and instant search experiences with Algolia.
Updated
Apr 20, 2022
TypeScript
⚡️ Lightning-fast search for React and React Native applications, by Algolia.
Updated
Apr 20, 2022
TypeScript
👀 Algolia components for building search UIs with Vue.js
Updated
Feb 28, 2022
JavaScript
🗣 An overlay that gets your user’s voice permission and input as text in a customizable UI
Updated
Apr 5, 2022
Swift
Instantly search 2M cooking recipes using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚡ 🥘 🔍
Updated
Apr 23, 2021
JavaScript
⚡️ Lightning-fast search for Angular apps, by Algolia
Updated
Mar 26, 2022
TypeScript
🗣 An overlay that gets your user’s voice permission and input as text in a customizable UI
Updated
Apr 5, 2022
Kotlin
A JS adapter library to build rich search interfaces with Typesense and InstantSearch.js
Updated
Mar 26, 2022
JavaScript
A site to instantly search 28M books from OpenLibrary using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚡ 📚 🔍
Updated
Mar 7, 2022
JavaScript
⚡️ Build InstantSearch apps at the speed of thought
Updated
Apr 15, 2022
JavaScript
Algolia Search API Client for CSS
Updated
Apr 14, 2022
JavaScript
⚔ Search engine for Zelda Breath of the Wild [BotW]
Updated
May 25, 2019
Shell
Instant search for and access to many datasets in Pyspark.
Updated
Nov 5, 2021
Python
Server side rendering with Next.js and React InstantSearch
Updated
Mar 28, 2022
TypeScript
The fastest way to implement Algolia, for e-commerce customers.
Updated
Apr 17, 2022
JavaScript
Instantly search 1M Linux Kernel Commit Messages using Typesense Search (an open source alternative to Algolia / ElasticSearch) ⚡ 💻 🔍
Updated
Aug 9, 2021
JavaScript
Music advice from a conversational interface powered by Algolia
Updated
Jun 6, 2018
Kotlin
Svelte plugin for keeping Algolia indices in sync with custom data fetching functions.
Updated
Apr 4, 2022
TypeScript
💵 Search for WooCommerce orders in the admin at the speed of thought with Algolia.
A boilerplate for building desktop React InstantSearch apps with Electron
Updated
Jun 11, 2017
JavaScript
Studybyte is a search engine designed to help students find educational content effortlessly.
Updated
Jan 15, 2022
JavaScript
Algolia's community projects
Updated
Mar 26, 2022
SCSS
An app showing how you can use Typesense & Next.js / React to build a full-fledged ecommerce browsing and searching experience
Updated
Jan 10, 2022
JavaScript
An app showing how you can use Typesense to build a full-fledged ecommerce browsing and searching experience
Updated
Feb 17, 2022
JavaScript
An adapter to use ItemsJs based client-side search with an Algolia Instantsearch front-end.
Updated
Mar 9, 2022
TypeScript
Improve this page
Add a description, image, and links to the
instantsearch
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
instantsearch
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi!
I've just experimented with replacing Algolia with Meilisearch in my react-native application. I had a bit of a problem for a while which turned out to be that I needed a polyfill for
URLon RN. I added https://www.npmjs.com/package/react-native-url-polyfill to my project which resolved the issue.Leaving here more for the benefit of future react native developers than anything, howeve