reactivecore icon indicating copy to clipboard operation
reactivecore copied to clipboard

Core architecture of reactive UI libraries

Results 8 reactivecore issues
Sort by recently updated
recently updated
newest added

The GraphQL fetch should allow for more custumization: - Currently the fetch call is fixed to query `elastic50`, feels weird to have to use elastic50 as my query name even...

We are utilizing `reactivesearch` to query some Elastic data. We are utilizing the `showMissing` prop option on several filters that are using `MultiList`. Our understanding is that missing/null data is...

ReactiveSearch.DataSearch component provides properties for `customHighlight` and `parseSuggestion` to customise suggestions for current search input. Unfortunately it appears the `highlight` entry of the returned ES hits are being neglected/discarded during...

**Affected Projects**: Reactivesearch / ReactiveCore **Library Version:** 3.0.1 **Describe the bug** Using the [Reactivesearch documentation as a baseline](https://docs.appbase.io/docs/reactivesearch/v3/overview/reactivebase/), I changed the request API endpoint as follow: ![image](https://user-images.githubusercontent.com/26316855/64986871-512f5680-d89e-11e9-8377-4c852cea9528.png) The request was...

I've enabled synonym support in my elasticsearch, which means, for example, end users might search for "trousers" and get back results that do not contain "trousers" but do contain "pants"....

While using reactivesearch with the latest version of elastic cloud(6.4), I was getting a warning "Deprecated aggregation order key [_term] used, replaced by [_key]". Are there any plans to eliminate...

This is quite helpful when connecting `ReactiveBase` without a `type` prop and filtering out results in `onAllData`.

enhancement

When a user specifies they want their data to be highlighted the highlighted data returns a truncated portion in the _source. Please see my comments below. I didn't think a...