Closed anibalardid closed 4 years ago
Hi ! I'm testing your plugin/extension. I notice that you use limit and offset separated : limit=10, offset=0. But in the rql way, they need to stay together: limit(0,10).
Are there any way to fix it ?
And something similar with "sort" ... you use $ordering ... but the correct string is "sort" , using sort(+name) for example
Best regards !
Hello! Will be fixed in #6
THANKS A LOT !!!
Hi ! I'm testing your plugin/extension. I notice that you use limit and offset separated : limit=10, offset=0. But in the rql way, they need to stay together: limit(0,10).
Are there any way to fix it ?
And something similar with "sort" ... you use $ordering ... but the correct string is "sort" , using sort(+name) for example
Best regards !