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
I've noticed in the FootprintServicelimit is being passed into bookshelf's .query(criteria) method in the criteria object. Trying to use this returns the following error:
error: column "limit" does not exist
Bookshelf doesn't appear to support this and instead the query should be built with the following knex query:
Integrate pagination into the
FootprintService.find
method using bookshelf's fetchPage method. To support queries like:?limit=10&page=1
The text was updated successfully, but these errors were encountered: