Nooul / spring-boot-rest-api-helpers

Java Spring REST API helpers for quick query building through JSON inspired by react-admin and offering an alternative to RSQL / FIQL
MIT License
36 stars 21 forks source link

Pagination is broken for first page of query with filter including 'q' #11

Closed zifnab87 closed 4 years ago

zifnab87 commented 4 years ago

first page returns totalElements equal to the total of the whole table

zifnab87 commented 4 years ago

this is due to a leaked variable being passed in an arrow function and is being changed later as well