mquery
mquery copied to clipboard
Optimize db.get_job_matches to paginate on the DB side
After the PR #371 the pagination is not optimal. We'll be getting all the matches for the job every time, and filtering them on the client side. This should be optimized later.
Related to #74