1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

PR comments.

This commit is contained in:
mike12345567 2024-07-01 17:50:34 +01:00
parent c4ffd37caa
commit 5ac9fe43fc

View file

@ -340,8 +340,7 @@ export async function search(
await sdk.tables.sqs.syncDefinition()
return search(options, table)
}
// previously the internal table didn't error when
console.log(JSON.stringify(err))
// previously the internal table didn't error when a column didn't exist in search
if (err.status === 400 && msg?.match(MISSING_COLUMN_REGEX)) {
return { rows: [] }
}