danibram/ffra

Query is limited to 100 rows by default

Closed this issue · 1 comments

Check mongoose-operations.ts - line 71:

export const find = async function(
    model,
    query = {},
    limit = 100,
    skip = 0,
    count = false,
    sort = {}
) {

Should be a configurable number instead of a hard-coded one

Yes, this was fixed in version @ffra/service-mongoose@1.0.3
Thanks!