I have some queries along this vein List<String>? genoTypeQuery = [
Query.notEqual("genotype", [""]) // empty string brings back all genotypes
];
This query throws an exception in 12.0.1/1.5.4. It worked previously. I workaround this by just passing no query parameter to listdocuments, so technically I never needed this query but shouldn't it still work?