Here are
36 public repositories
matching this topic...
Search UI components for React and Vue: powered by appbase.io / Elasticsearch
Updated
Dec 18, 2021
JavaScript
Lightweight and performance oriented search box UI component libraries for React, Vue, React Native, JS and Android
Updated
Dec 9, 2021
JavaScript
Real-time todo app with React Native
Updated
Feb 20, 2018
JavaScript
Explore tweets gathered with Twint with faceted search
Updated
Jan 17, 2020
JavaScript
📱 Playground for ReactiveSearch Native components
Updated
May 13, 2018
JavaScript
GitHub repo explorer app built with reactivesearch
Updated
Sep 21, 2021
JavaScript
An example app on how to add authentication 🔒 to reactivesearch 🔍 apps using auth0
Updated
Sep 25, 2017
JavaScript
This applications demos the use of ReactiveSearch and ReactiveMaps and is based on the theme of Yelp!
Updated
Dec 22, 2018
JavaScript
A middleware to demonstrate how to secure your ES cluster with reactivesearch
Updated
Oct 26, 2018
JavaScript
A Booksearch app built with ReactiveSearch and Vue.js
This demo app is demonstrating ReactiveSearch which is built on top of ElasticSearch. It shows how Dropdownlist, search components work..
Updated
Jul 3, 2018
JavaScript
This app helps people to explore movies !!! It is built with ReactJS and Appbase's Reactive Search Library.
Updated
May 9, 2018
JavaScript
SearchBox UI component library for flutter
Updated
Dec 14, 2021
Dart
🗺️ Starter app for ReactiveMap
Updated
Dec 7, 2018
JavaScript
Securing a React Native app with server side authentication 🔒
Updated
Mar 19, 2018
JavaScript
Crate for ReactiveSearch API which creates a Realm function based API gateway
Updated
Dec 3, 2021
TypeScript
📕 Book search built using reactive components
Updated
Feb 8, 2018
JavaScript
🎬 A Movie Search App With React and ElasticSearch
Updated
Jan 17, 2019
JavaScript
A small Thanks to github for being there for 10 years!
Updated
Oct 6, 2019
JavaScript
Zomato Clone App using Reactive Search and Reactive Maps.
Updated
Jul 8, 2018
JavaScript
Updated
Apr 19, 2019
JavaScript
A starting template to quickly get started with reactivesearch-native
Updated
Feb 26, 2018
JavaScript
An interactive tutorial for building a realtime TodoMVC
Updated
Nov 14, 2017
JavaScript
📒 Realtime TodoMVC built using Reactive components
Updated
Feb 19, 2018
JavaScript
TypeScript example with ReactiveSearch
Updated
Apr 19, 2018
TypeScript
Simple lambda created for connection your Reactivesearch with AWS Elasticsearch.
Updated
Jul 17, 2020
JavaScript
Airbnb Clone with React and ElasticSearch.
Updated
Jun 29, 2021
JavaScript
Using elasticsearch for going through object detection results writing queries to get the desired results and render those images or Videos in UI.
Updated
Aug 23, 2020
JavaScript
Minimal weback setup for tree shaking with reactivesearch
Updated
Mar 7, 2018
JavaScript
Improve this page
Add a description, image, and links to the
reactivesearch
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
reactivesearch
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.
How to reproduce?
Run
go test ./...at the root infeat/es7branchYou can easily see that a lot of test cases get failed, we need to fix it and make sure that all the test cases work as expected.
Additional Context
We recently upgraded the elastic search version from 6.x to 7.x which has some breaking changes, probably that might be the reason for some failed test cases.