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
2 answers

How to implement onclick in ResultCard and swap the div with another component

I want to display the details of what's user clicks in the ResultCard. I want to replace the divs contents (currently displayed results) with rendered html based on the result found in my elastic search cluster(res) when user click the url in the…
Germain
  • 11
  • 4
0
votes
1 answer

Nested query in Reactive Component - ReactJS

I try to update query of the component by using setQuery() prop. My data is structured like this. { root : { category 1: { item 1 {...}, item 2 {...}, }, category 2: { item 1 {...}, …
Janaka Pushpakumara
  • 4,769
  • 5
  • 29
  • 34
0
votes
1 answer

Is there a way to see the query produced by ReactiveSearch

I'm working on a project with reactive search and I want to see the query produced. Can that be done?
ss_matches
  • 497
  • 2
  • 5
  • 20
0
votes
1 answer

Is there a way to have a default search criteria

I am using reactive search to search against my elastic search index. I would like to have one field in the index be a default. For instance, in this app at the root level, you choose a project. When you progress farther into the app you can search.…
ss_matches
  • 497
  • 2
  • 5
  • 20
0
votes
1 answer

Show just a sample of text in search results

I'm using ReactiveSearch (great Search UI library!) and am trying to figure out how I can just show a ample of a text article in the ReactiveList search results. Currently it shows the whole article but I just want the first 250 words or so to be…
user3125823
  • 1,846
  • 2
  • 18
  • 46
0
votes
1 answer

Looking for an example implementation of @valueChange in a ReactiveSearch Vue component

I am struggling to get any implementation of the @valueChange event working in a Vue component. I have added it to one of the 'official' tutorials here, but I only get errors. All I want is to log/alert a message when the selected value from search…
user1525612
  • 1,864
  • 1
  • 21
  • 33
0
votes
1 answer

ReactiveSearch onValueSelected

I have the following autocomplete setup that connects to my datasource:
user1525612
  • 1,864
  • 1
  • 21
  • 33
0
votes
0 answers

ReactiveSearch: Is it possible to combine label values on SingleDataList component?

I am trying to combine label values in the SingleDataList on reactive search. Using the example they provide below: https://codesandbox.io/s/github/appbaseio/reactivesearch/tree/dev/packages/web/examples/SingleDataList?from-embed This is the example…
David Ramsdale
  • 113
  • 1
  • 5
0
votes
1 answer

Examples of using ReactiveSearch with ecommerce sub categories

I'm really impressed with ReactiveSearch so far but I can't see any examples of using it with sub categories. This example looks great for filters and categories where there are no sub…
eCommerce Phil
  • 175
  • 3
  • 10
0
votes
0 answers

Custom component in ReactiveSearch

I need a custom component for my Reactive Search setup. It will be a toggle button to filter for todays date. There will also be yesterday, and last week, but I'm just trying to get today working. My Elastic Search index has a timeSubmitted field…
ss_matches
  • 497
  • 2
  • 5
  • 20
0
votes
1 answer

Customized Reactive Component interact with SelectedFilters

It took me quite a long time trying to find a solution, still no solution. Take the official example to illustrate: https://opensource.appbase.io/reactive-manual/v3/advanced/reactivecomponent.html I can add showFilter and filterLabel property to the…
Nathan
  • 128
  • 3
  • 12
0
votes
1 answer

Custom values for ReactiveSearch RangeSlider

I am trying to use the RangeSlider component of Reactivesearch and got stuck into setting the range value. I have a database with books and I want to use the RangeSlider for the publication year of the books. I would like the start value to be the…
Cse
  • 1
  • 2
0
votes
1 answer

Reactive Search MultiDropdownList not finding dataField

I have the follow Reactive search set up:
ss_matches
  • 497
  • 2
  • 5
  • 20
0
votes
0 answers

Using reactive search with multiple indexes, but they don't all have the same data fields

I am using ReactiveSearch and the CategorySearch component. I have multiple indexes I am searching against. I need about about 8 or so dataFields. However, some of the indexes don't have the same data fields. This ends up just giving me an empty…
ss_matches
  • 497
  • 2
  • 5
  • 20
0
votes
0 answers

The right way to structure ReactiveSearch components to make search work

If I have my CRA based ReactiveSearch app structured like this: /src /containers /search -index.js /components -autocomplete.js -results.js -navbar.js Where /containers/search/index.js contains code like this:
user3125823
  • 1,846
  • 2
  • 18
  • 46