#6694 Filter postcode by multiple fields #1939

Merged
jsegarra merged 7 commits from 6694_postcode_location_filter into dev 2024-01-22 07:22:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 145e72022a - Show all commits

View File

@ -50,7 +50,7 @@ module.exports = Self => {
} }
}) ?? {}; }) ?? {};
filter = mergeFilters(ctx.args.filter, {where}); filter = mergeFilters(ctx.args?.filter ?? {}, {where});
const stmts = []; const stmts = [];
let stmt; let stmt;