All I do is
$matches = $pages->find("title|body|sidebar%=$q, limit=3");
$count = count($matches);
if($count) {
$out .= $matches->renderPager();
...Anybody can confirm this? I tried in 2 installations.
EDIT::
Ok I tried again and on an install without language fields installed AND language page title set, it works. After installing and switching "title" field to language page title field AND set superuser language to an alternative like german, the pagination stops working with a search like the above. The limit isn't recognized anymore only when I would do:
$pages->find("title|body|sidebar%=$q")->find("limit=3");And then the limit works but the pagination doesn't work anyway.
So in other example in short, for guest user it works when I set the guest to default language, but when set to an alternative it doesn't.
What's happening?












