matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
438 stars 68 forks source link

Loading pattern #516

Closed frankapimenta closed 7 years ago

frankapimenta commented 8 years ago

I was applying here a loading pattern to a collection indexed by easy search. It works fine on first render (page 1). Now I would like to know how can I know when the component is fetching the next page and when fetching documents of the next page is finish (something like isSearching() method). I could not find that. Do you know how could it be done?

matteodem commented 7 years ago

Does this help?