google / go-cloud

The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
https://gocloud.dev/
Apache License 2.0
9.45k stars 799 forks source link

docstore/all - add support for boolean filter #3446

Open ybourgery opened 3 weeks ago

ybourgery commented 3 weeks ago

This PR updates Docstore to allow boolean filters in the queries, as it's supported by all the different implementations.

This isn't yet merge-able as the replay data needs to be re-generated, and I don't have the permission to do it.

I have tested it with Firestore, the local version of MongoDB but haven't tested it with AWS or Azure as I don't have an account.