go-cloud
go-cloud copied to clipboard
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
Please use a title starting with the name of the affected package, or \"all\", followed by a colon, followed by a short summary of the feature request. Example: `blob/gcsblob: add...
Micro PR to migrate monolith : https://github.com/google/go-cloud/pull/3539 PR affects : secrets
### Describe the bug Documents like ```go docmap{ "goals": []any{ docmap{"id": "1145755"}, docmap{"id": "8336474"}, docmap{"id": "1474479"}, }, } ``` are not found by the following query: ```go collection.Query().Where("goals.id", "=", "1145755")...