Files
beets/beetsplug
Šarūnas Nejus 471d7f3791 Replace queryparse functions with ModelQuery helpers
- Move query and sort construction into `ModelQuery` classmethods and parse
  tokenized input once.
- Switch call sites to consume `parse_query(...).query` and
  `parse_query(...).sort` instead of tuple unpacking.
- Remove legacy `dbcore` re-exports and obsolete helper functions in
  `queryparse`.
- Update query/sort tests to match the new parsing behavior and simplified
  query object shapes.
2026-07-13 18:43:22 +01:00
..
2026-03-06 10:57:08 +00:00
2026-06-09 00:14:06 +01:00
2026-05-20 16:53:06 +02:00
2026-05-20 16:53:06 +02:00
2026-06-09 00:14:06 +01:00
2026-05-20 16:53:06 +02:00
2026-07-13 18:43:22 +01:00
2026-06-09 00:14:06 +01:00
2026-05-27 20:03:54 +01:00