How-To Guides¶
Task-oriented guides for solving specific problems with Gault.
- Filter Documents -- Build queries using comparison, inclusion, and logical operators.
- Use Field Expressions -- Leverage
.exprfor aggregation expressions and field-to-field comparisons. - Paginate Results -- Retrieve paged result sets with totals using
manager.paginate(). - Track Dirty Fields -- Understand state tracking, dirty detection, and atomic saves.
- Use Aggregation Pipelines -- Compose pipelines with facets, lookups, graph lookups, buckets, and custom transforms.