mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
* Implement custom study on backend * Switch frontend to backend custom study * Skip typecheck for new pb classes * Build tag search string on backend Also fixes escaping of special characters in tag names. * `cram.cards` -> `cram.card_limit` * Assign more meaningful names in `TagLimit` * Broaden rustfmt glob * Use `invalid_input()` helper * Assign `FilteredDeckForUpdate` to temp var * Implement `SearchBuilder` * Rewrite `custom_study()` with `SearchBuilder` * Replace match macros with `SearchBuilder` * Remove `into_nodes_list` & `concatenate_searches` |
||
|---|---|---|
| .. | ||
| scheduler | ||
| search | ||
| sync | ||
| adding.rs | ||
| card.rs | ||
| cardrendering.rs | ||
| collection.rs | ||
| config.rs | ||
| dbproxy.rs | ||
| deckconfig.rs | ||
| decks.rs | ||
| error.rs | ||
| generic.rs | ||
| i18n.rs | ||
| links.rs | ||
| media.rs | ||
| mod.rs | ||
| notes.rs | ||
| notetypes.rs | ||
| ops.rs | ||
| progress.rs | ||
| stats.rs | ||
| tags.rs | ||