appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.89k stars 466 forks source link

Paginate aggreation results #377

Closed aktywnitu closed 6 years ago

aktywnitu commented 6 years ago

I have reactivesearch app which display sold products stats. Instead displaying every transaction I would like display aggregated results (Name of products and numer od transactions). I have done it using CustomComponent, but is still more like filter component, not results comonent. There is no pagination feature. Is it some better way to do it? Can I transform ResultList / ReactiveList to show my aggregated results with included _source?

metagrover commented 6 years ago

Related: https://github.com/appbaseio/reactivesearch/issues/340

siddharthlatest commented 6 years ago

@aktywnitu does that describe your use-case well or have we missed something?

divyanshu013 commented 6 years ago

Closing this, will keep things posted at #340