mirror of
https://github.com/beetbox/beets.git
synced 2026-07-17 18:17:21 -04:00
- Move field alias handling, shared-table qualification, and path pattern normalization into FieldQuery.from_model with a query-specific normalize_pattern hook. - Update query parsing and plugin call sites to construct queries through query_cls.from_model and remove redundant model-level field query helpers. This keeps model entrypoints focused on orchestration and colocates transformation behavior with the query types that own it.