reactivesearch
reactivesearch copied to clipboard
Search UI components for React and Vue
**Issue Type:** Bug + Enhancement **Platform:** Web **Description:** I'm trying to use the latest version of reactivesearch in a typescript project. Despite the documentation, and example provided in the docs,...
**Affected Projects** React **Is your feature request related to a problem? Please describe.** I want to be able to use ReactiveSearch without any base styling applied. I don't want to...
**Library Version:** 3.30.2 **Describe the bug** The SingleDropdownList element cannot be operated by keyboard, if there are several selection elements here, it is not possible to make a selection with...
Hi My team upgraded our vue project to the latest vue cli, and started seeing an error regarding the range slider component. we experienced the following error: Uncaught ReferenceError:...
**Affected Projects** All **Is your feature request related to a problem? Please describe.** **Main problem to solve**: I would like to create a custom sorting component for the `ReactiveList`. There...
**Affected Projects** React **Library Version:** 3.x **Describe the bug** When you use a `` as a controlled component with `value` and `onValueChange` props the `componentDidUpdate` method calls `setValue` with `isDefaultValue=true`....
### Discussed in https://github.com/appbaseio/reactivesearch/discussions/1835 Originally posted by **atindersingh67** January 5, 2022 I am using reactive search . Its searching the text with prefix only, but its not search text with...
**Affected Projects** React **Library Version:** 3.34.3 **Describe the bug** When using the Dynamic Range Slider as component for search filter. If no data is present in the index or provided...
**PR Type** 🐞 `Fix` **Description** The PR addresses the duplicate pagination issue raised 👉 https://github.com/appbaseio/reactivesearch/issues/1966. https://www.notion.so/appbase/ReactiveSearch-Lib-issues-99913f663a4a4a6ab08d00e340b0decc#737681ac5fa44efeb9b587e826075af6 https://www.loom.com/share/152d0f36f154448a9a2ef80b6389df45 https://www.loom.com/share/c8675c44d48e4f6b8efc589d3cedbf3a
**Affected Projects** ReactiveSearch **Describe the bug** I set defaultQuery as below defaultQuery={props => ({ track_total_hits: true })} Now I get the correct total hits which is more than default 10000,...