Skip to content

Members search pagination

Derrick Liu requested to merge members-search-pagination into dev

This PR changes member query pagination to use offset based pagination so we can do arbitrary page indexing. May be slower than ID-based pagination but we shouldn't have tens of thousands of people (if we do, can re-evaluate).

Merge request reports