I believe You would need to set the filter every time as the filter overrides the previous
Your .contains filter would need to be
.eq(“email”, email)
.contains(“serialNumber”, number)
I believe You would need to set the filter every time as the filter overrides the previous
Your .contains filter would need to be
.eq(“email”, email)
.contains(“serialNumber”, number)