Option to Omit Sub-Collections from Queries #17
Labels
enhancement
New feature or request
from_willyovale
An issue described in original project, but never implemented
planning
Not yet ready for development
Description
There are scenarios where certain queries need to omit sub-collections, particularly when the data is being ingested by a third party. Providing a configuration option to disable sub-collection initialization on a per-request basis would be valuable.
Steps to Reproduce
Expected Behavior
Ability to configure queries to exclude sub-collections from the results, either on a per-request basis or as a global setting.
Actual Behavior
Currently, sub-collections are always initialized, and developers must manually remove them if not needed.
Acceptance Criteria
Additional Context
Proposed API Changes
Per-Request Configuration:
Global Configuration:
Default Behavior:
Implementation Considerations:
Example Usage
Original Issue
The text was updated successfully, but these errors were encountered: