1
0
Fork 0
mirror of synced 2024-09-19 10:48:30 +12:00

Allow filtering via allOr

This commit is contained in:
Adria Navarro 2024-08-21 12:58:39 +02:00
parent c5476ce3b3
commit ff9d934f87

View file

@ -38,7 +38,6 @@ export async function searchView(
let query = dataFilters.buildQuery(view.query || [])
if (body.query) {
// Delete extraneous search params that cannot be overridden
delete body.query.allOr
delete body.query.onEmptyFilter
if (!isExternalTableID(view.tableId) && !db.isSqsEnabledForTenant()) {