pagefind
pagefind copied to clipboard
pageSize on Pagefind Modular UI
Hi,
How to set pageSize on Pagefind Modular UI?
Hi, can you provide some more context on this request?
The Modular UI results don't have a concept of pages, and instead use the browser's IntersectionObserver to load results as they are scrolled into view. There isn't currently a paged result component available in the Modular UI.
thanks @bglw
With pageSize I was trying to achieve a pagination style results because at the moment it works as you describe (infinite scroll).
Would be nice to have both options, pagination, load more or infinite scroll.