Infinite Scroll instead Number Pagination

Hi,

We’re using swiftype-API with Jquery-swiftype.search.js its working fine.Just for the requirement basis we need to show all result in kind of Infinite scroll.

Please suggest Is there any way to load result with infinite scrolling, load more, autopaging, endless pages and more?

thanks,
karamveer

Pretty sure there is no built in infinite scolling in the jquery plugin. You would have to implement it yourself with js, such as requesting a new pages as you get close to the ends of the current page, or preloading the previous and next pages everytime.

thanks @smiller
If anyone have other idea OR swiftype considering this in next release of library ?