Skip to content

Firestore: 'Query.order_by("__name__")' implies converting field values to extended paths. #6793

@tseaver

Description

@tseaver

Per the query-cursor-vals-docid conformance test.

query = collection.order_by('__name__').start_at(['a']).end_at(['z'])

The 'a' should be converted to /projects/<project-id>/databases/<database>/<collection_path>/a; likewise the z.

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the Firestore API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions