It looks like you're new here. If you want to get involved, click one of these buttons!
I've just started to use "MorePager" and I noticed that despite the number of items in a certain result list the "More Results" link can be clicked only once, so after the view is refreshed it is gone, even if you have more results to show.
To be more clear: let's say you have 43 items.
First, what you see in the list is:
<br />
item 1 <br />
item 2<br />
...<br />
item 20<br />
more results (link)<br />
You click the link, what you see then is:
<br />
item 21<br />
item 22<br />
...<br />
item 40<br />
no more results (link)<br />
You are not able to see item 41-43!
What is the purpose of it?
Do you experience the same or I didn't take a good look at it?
Check i.e vanillasearch for a frequently used word.
http://vanillaforums.org/search
Comments
I found the bug and opened 2 issues regarding MorePager on github.
https://github.com/vanillaforums/Garden/issues/1313
https://github.com/vanillaforums/Garden/issues/1314