Huy TQ

Results 2 issues of Huy TQ

When calling PaginatedFindAll with query page[size]=0, the server returns the following error: ``` http: panic serving 172.24.0.1:41332: runtime error: integer divide by zero goroutine 260 [running]: net/http.(*conn).serve.func1(0xc4200f3ae0) /usr/local/go/src/net/http/server.go:1721 +0xd0 panic(0x7f4540,...

In some cases, I want to use only page[number] without page[size]. Currently handleIndex will ignore PaginatedFindAll (Because pagination.isValid() is false) and call to FindAll. If this time my resource does...