Re: Returning all rows from a query

2007-05-08 Thread Chris Hostetter
: Is there a way to retrieve all rows found without having to specify a : value for it (?q=sales&rows=HUGE_NUMBER)? For instance, what I'd like to : do would be something like "rows=*" or "rows=all" and that would return : all the records found, without any limits. there's really no good reason t

Returning all rows from a query

2007-05-08 Thread Thiago Jackiw
Is there a way to retrieve all rows found without having to specify a value for it (?q=sales&rows=HUGE_NUMBER)? For instance, what I'd like to do would be something like "rows=*" or "rows=all" and that would return all the records found, without any limits. Thanks.