mauricevOriginal post
Rank 2: Process
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?
Summary
Developers encountering issues with the `notEqual` query in version 1.5.x. The query that previously worked in version 12.0.1 is now throwing exceptions. The workaround is to pass no query parameter to `listDocuments`.