On 21 Dec 2008, at 19:01, Jan Lehnardt wrote:
On 21 Dec 2008, at 01:41, paul jobs wrote:
is it possible to get more results from map-reduce saved views in
futon
it will also be great
view results do paginate.
Actually, they don't paginate for views with a reduce function defined
(since such views don't return "total_rows"). I started work on a
patch that involved fetching rows_per_page + 1 to see if there were
any results for the next page but haven't got round to finishing it.
Will let you know when I do!
Jason