reactivebase icon indicating copy to clipboard operation
reactivebase copied to clipboard

How to retrieve the current query

Open shili167 opened this issue 7 years ago • 1 comments

Hi,

Is there a way I can grab the current query? I am using ReactiveList component, it retrieves and displays the items in pagination (10 items at the time). However, I would like to grab the all data retrieved from the query at one time, to be used in export functionality.

Thank you!

shili167 avatar Nov 15 '18 21:11 shili167

You can get the current query via onQueryChange prop.

To export all data refer: https://github.com/appbaseio/reactivesearch/issues/334

metagrover avatar Nov 16 '18 09:11 metagrover