Serezha Grigoryan
05/05/2025, 9:55 PMawait connection.collections(collection).documents()
.delete({ filter_by: `serial:= ${serial} && type:= ${type}` })
to
await connection.collections(collection).documents()
.delete({ filter_by: `serial:= [${serial1},${serial2}] && type:= ${type}` })