Questions tagged [reactivesearch]

React and React Native UI components for Elasticsearch

ReactiveSearch is a , and components library for building search UIs using .

Features

  • Configurable styles
  • Works with any Elasticsearch cluster
  • Customizable queries
  • Connect any react component to Elasticsearch and other reactivesearch components

Resources

100 questions
0
votes
1 answer

ReactiveSearch components and passing state/props

I have a ReactiveList component that lives in my SearchContainer. All it does is display search results based on user query. The ReactiveList component works, it automatically displays the contents of my ES index (hosted at Appbaseio). It DOES NOT…
user3125823
  • 1,846
  • 2
  • 18
  • 46
0
votes
1 answer

ReactiveSearch is requiring vue.js as a dependency and no longer working because of it

I had reactive search working well. I pushed it to my dev branch and my CI wasn't complaining till yesterday. Now I'm getting errors that ReactiveSearch is missing vue.js When I look at the ReactiveSearch project, it appears that vue was added to…
ss_matches
  • 497
  • 2
  • 5
  • 20
0
votes
1 answer

ReactiveSearch query and results behavior

I'm trying to get my search app to work with ReactiveSearch and having some trouble (probably lack of understanding on my part... still learning). Basically on my homepage ('/'), all I have is a DataSearch component that is used for providing…
user3125823
  • 1,846
  • 2
  • 18
  • 46
0
votes
1 answer

Conditionally render DataSearch component

I've built a search ui using ReactiveSearch components and it works great! Now I'm trying to figure out how I can conditionally show the DataSearch component that I have in my Navbar based on the route/view that is being displayed. For example on my…
user3125823
  • 1,846
  • 2
  • 18
  • 46
0
votes
0 answers

DataSearch from Reactivesearch left align autocomplete suggestions

Trying to left align suggestions from the dropdown list in the DataSearch component from ReactiveSearch for autocomplete feature. They currently display in the middle of the dropdown. Here is what it says to do
user3125823
  • 1,846
  • 2
  • 18
  • 46
0
votes
0 answers

Reactivesearch without multi search

Is it possible to use reactive search without the multi search api. I can not use the multi search api for my Elastic Search cluster. Currently I've monkeypatched away the _msearch? part of the url and changed the content-type to application/json…
0
votes
2 answers

ReactiveSearch only autocomplete

I want to use ReactiveSearch library only for autocomplete with submit. const Search = () => (
0
votes
0 answers

How to create a ReactiveSearch hierarchical checkbox menu?

Using the Reactive Search UI Kit how can i create hierarchical menu looking like this (but with the traditional checkbox): This component would take data from ES index with records looking like this : country: "China", cities:…
Manel
  • 1,616
  • 19
  • 42
-1
votes
1 answer

Handel screen from reactivelist to details screen

I have to secreen one listitem created by reactivelist in reactivesearch and second screen details item, how i can prees any item in list and display detiels for this item
-1
votes
1 answer

Error using Reactive Maps with Google maps Javascript Api

I am trying to build and app with ReactiveSearch and ReactiveMaps using some indexed files in Elasticsearch. The indexed files in Elasticsearch have a field "location", for example: "location": { "Lat": 56.746423, "Lon":…
Laura
  • 1,192
  • 2
  • 18
  • 36
1 2 3 4 5 6
7