reactivesearch
reactivesearch copied to clipboard
Search UI components for React and Vue
**Affected Projects** React **Library Version:** 3.30.3 **Describe the bug** When using the DynamicRangeSlider the request to ElasticSearch is returning the following error: ```json { "error": { "root_cause": [ { "type":...
**Affected Projects** Vue.JS **Library Version:** 1.29.0 **Describe the bug** When clicking on a page number, the ReactiveList component should scroll to top (by default) and should send a pageChange event....
**Affected Projects** React **Library Version:** x.y.z "@appbaseio/reactivesearch": "3.30.3", **Describe the bug** duplicate pagination **To Reproduce** https://codesandbox.io/s/withered-cdn-pun7db?file=/src/index.js Steps to reproduce the behavior: at 'ReactiveList' component change size={2000} and add showEndPage={true} **Expected...
**Issue Type:** Enhancement **Platform:** Web - React, v3 **Description:** Loader should get rendered at the bottom of the screen for infinite loading - to enable better feedback while loading as...
**Affected Projects** React (Next.js) **Library Version:** 3.30.0 **Describe the bug** When click on a filter item (for example multilist), the `ReactiveSearch` list is updated after a slight delay. But the...
### Discussed in https://github.com/appbaseio/reactivesearch/discussions/1933 Originally posted by **coolb0y** April 25, 2022 I used the sandbox code https://codesandbox.io/s/0yn05 . I put my index name as app name and credentials I put...
**Affected Projects** React **Is your feature request related to a problem? Please describe.** I'm looking for a way to force a refresh of the elasticsearch query using the same active...
**PR Type** `Feature` **Description** The PR adds snapshot tests for RS-VUE components. Components Affected - [x] MultiList - [x] SingleList - [x] MultiDropdownList - [x] SingleDropdownList - [x] RangeInput -...
Hi , I am currently using Datasearch component to search . I would like to track the values being used for the search . My using the debounce value as...