Closed
Description
Describe the bug
multiple where on null return partial filtering
To Reproduce
QuerySnapshot qs = await Firestore.instance
.collection(collectionName)
.where('user', isEqualTo: item.user)
.where('cer', isEqualTo: item.cer)
.where('statoFisicoS', isEqualTo: null)
.where('categoriaV', isEqualTo: null)
.getDocuments();
return ALL user and cer compound fields ignoring databases value