Bug : Search: Results per Page

Hi, Jesse, everyone,

I have found some irregular behaviour when searching:

If I do the same search, but with different “results per page”, I get back
varying amounts of records :

In my case, there where 12 tickets total in the resultset - if I chose
"Unlimited results" I got back all 12, but if I chose 100/50/etc, I got back
marginally less (10 results per page gave me back only 3 results). As above
mentioned example illustrate, the resultset where in all cases smaller than
the maximum requested results per page.

I use RT2.0.7.

Rehan van der Merwe

What version of DBIx::Searchbuilder do you have, and what DB do you use?
It seems like it is limiting the recordset BEFORE the filter happens, so
that would be the case (and you could possibly get 0 records on a page)…
Interesting though as it is :slight_smile:

Jay

Hi, Jesse, everyone,

I have found some irregular behaviour when searching:

If I do the same search, but with different “results per page”, I get back
varying amounts of records :

In my case, there where 12 tickets total in the resultset - if I chose
“Unlimited results” I got back all 12, but if I chose 100/50/etc, I got
back
marginally less (10 results per page gave me back only 3 results). As
above
mentioned example illustrate, the resultset where in all cases smaller
than