mirror of
https://github.com/directus/directus.git
synced 2026-02-06 08:24:58 -05:00
Allow functions in sort/filter
This commit is contained in:
@@ -171,7 +171,7 @@ function getDBQuery(
|
||||
delete queryCopy.limit;
|
||||
}
|
||||
|
||||
applyQuery(table, dbQuery, queryCopy, schema);
|
||||
applyQuery(knex, table, dbQuery, queryCopy, schema);
|
||||
|
||||
return dbQuery;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user