I use 1.9.0 in NON AJAX mode and have 2 problems:
1. Where found many results, e.g. more then 300,
pagination not show.
var_dump($resultPageLinks) in
setResultsPagination function return, e.g.
string(10470) " 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
[+as.tpl:is=`paging`:then=` 9 `+] 9 | [+as.tpl:is=`paging`:then=` `+] [+as.tpl:is=`pagingLinks`:then=` `+] [+as.tpl:is=`pagingLinksCurrent`:then=` `+] [+as.tpl:is=`paging`:then=` `+] [+as.tpl:is=`pagingLinks`:then=` `+]
.....
.....
If pages little, e.g 30
pagination show correct.
2. Independently of value
grabMax (0, 20 or other) on result page display
only 9 results. In HTML code page i see, that results after 9 (to grabMax) has empty HTML:
<div class="">
<a class="" href="" title=""></a>
</div>
In SQL results (debug=3) i see
all grabMax results.
PS. Sorry my bad english, i am goblin and not sentient being.