You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you paginate over a filtered relation (say, users.active) then rel.total will return incorrect results since it calls dataset.unfiltered which discard all the filtering.
To Reproduce
user.active.pager.total returns the total number of users
Expected behavior
user.active.pager.total returns the number of active users
Your environment
Affects my production application: NO (or maybe? 😅)