anki/qt/aqt/operations
RumovZ 9aca778a93
Backend Custom Study (#1600)
* 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`
2022-01-20 14:25:22 +10:00
..
__init__.py update mypy and mypy-protobuf 2022-01-15 16:04:04 +10:00
card.py report changed cards when changing deck/flag 2021-05-21 16:03:05 +10:00
collection.py Remove redundant camelcase aliases (#1509) 2021-11-26 12:29:48 +10:00
deck.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
note.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
notetype.py in/out -> request/response 2021-06-20 15:49:20 +10:00
scheduling.py Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
tag.py update find&replace, and remove perform_op() 2021-04-06 17:07:38 +10:00