Hello, pagination in findAll query is not working.
I think it is not working because of JSON.parse function want to get a string parameter but query provide an array.
It works when i provide where argument like this
where: ["{\"_start\":0,\"_limit\":10}"]
Hello, pagination in findAll query is not working. I think it is not working because of JSON.parse function want to get a string parameter but query provide an array. It works when i provide where argument like this
where: ["{\"_start\":0,\"_limit\":10}"]