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
1
vote
1 answer

Reactivesearch - search from any route

I'm experimenting with ReactiveSearch and using the ReactiveList component. I'm trying to figure out how I can navigate though my React app and still be able to search. Say I'm on the home route '/', use DataSearch component for autocomplete and…
user3125823
  • 1,846
  • 2
  • 18
  • 46
1
vote
1 answer

ReactiveList related searches

I'm trying to figure out how I can ReactiveList to display a related searches feature on the results page. It seems that my es app on appbaseio keeps adding links EVEN after the page has sat idle for a few minutes, NO USER INTERACTION at all. This…
user3125823
  • 1,846
  • 2
  • 18
  • 46
1
vote
1 answer

ReactiveBase headers

I'm experimenting with ReactiveSearch and so far have tried the DataSearch and ResultList components. I'm looking over the required component to look at all the props and I see this
user3125823
  • 1,846
  • 2
  • 18
  • 46
1
vote
1 answer

Static filters in ReactiveSearch

In my application I'm using the excellent ReactiveSearch. There are some constants which need to be filtered on every query. For example, to pass a list of ids which would always be filtered and then the user's filtering applied over the top. There…
port5432
  • 5,889
  • 10
  • 60
  • 97
1
vote
2 answers

Reactivesearch proxylike backend with cookie authentication

I have a spring backend which i'm accessing my Elastic search cluster through by a proxylike endpoint. The request has to be authorized with a cookie. I'm currently using searchkit with supports authenticating requests through the withCredentials…
1
vote
1 answer

ReactJS - ReactiveSearch - Custom event on suggestion selection

I am building an autocomplete component to search current users and add them to a team. The search works fine except I need to customize a couple things that I can't figure out how to do. First, this component is modeled after GitHub's invite user…
jrkt
  • 2,615
  • 5
  • 28
  • 48
1
vote
1 answer

MultiList/MultiDropdownList not showing or throwing errors in React

I have been struggling to get some of the faceted search options working in ReactiveSearch/ReactiveBase. When trying to get the MultiList or MultiDropdownList working, nothing shows where it should, and there are no error messages in Dev Tools…
Cawley
  • 33
  • 6
1
vote
0 answers

reactivesearch - reactivebase with AWS

Using ReactiveSearch with plain elasticsearch this above link as well as appbase.io briefly talks how to connect reactivebase with elasticsearch that runs on AWS. can someone provide more details on how to do that? thanks!
1
vote
1 answer

reactivesearch: placing result count text on page

I presume that putting in the DOM and then doing this onResultStats={function (time_taken, total_results) { $('#rtxt').text('Found ' + total_results + ' products (' + time_taken + 'ms).'); return null; }} in the ResultList…
Richard Barraclough
  • 2,625
  • 3
  • 36
  • 54
0
votes
0 answers

ReactiveSearch autocomplete suggestions not working

I have connected my ElasticSearch server using ReactiveSearch react client successfully. When I query the server using Datasearch component, I can see in the network logs that it makes the query to the right index and hits the endpoint of _msearch…
faizanjehangir
  • 2,771
  • 6
  • 45
  • 83
0
votes
0 answers

Reactivesearch not getting data from elasticsearch on localserver

I am building an app using Django, React and ElasticSearch. The data is sent from Django models to elasticsearch on localhost and I want to use Reactivesearch to display my search results. I have the following component according to the…
0
votes
0 answers

DataSearch component executes search every time a key is pressed

So I'm trying to make the DataSearch component behave but the component calls the search/triggerquery for every key stroke and I don't understand why. Also javascript throws an exception because it want's the dataField attribute defined even though…
Rune Stilling
  • 135
  • 1
  • 7
0
votes
1 answer

Concat queried values from Elastic Search to avoid creating a new field

I'm querying a field with Elastic search. The field can be "Small", "Medium", "Average", "Big". But i want "Small" and "Medium" to return "Yes" And "Average" and "Big" to return "No" Is there any way to do this in the query ? Or using the list…
0
votes
1 answer

Credentials for reactivesearch in Elasticsearch 8.x

I want to use reactivesearch without any appbase.io, but with a self-hosted dockerized Elasticsearch. Elasticsearch 8.x seems to have a new concept of authorization. I've installed ES and Kibana via docker regarding this security measures. Then, I…
DeVolt
  • 321
  • 1
  • 3
  • 15
0
votes
1 answer

Search results link tabs

I'm building a search application and am trying to get some results links that appear in tab format to work. Much like you see on google.com/search=?user_query and bing.com/search=?user_query... where after you submit the initial query, you can…
user3125823
  • 1,846
  • 2
  • 18
  • 46