anki/rslib/src/search
RumovZ 173a5bfed5
Improve temporary table handling (#1976)
* Use all_cards_for_search() helper

* Add CardTableGuard

* Add for_each_card_in_search() helper

* Add all_cards_for_search_in_order() helper

* Add all_cards_for_ids() helper

* Return siblings for bury instead of only searching

* Remove redundant clear_searched_cards_table() calls

* Add with_searched_cards_table()

* Remove false comment

* Add NoteTableGuard

* Add with_ids_in_searched_notes_table() helper

* Make some last routines use table helpers
2022-07-22 17:51:26 +10:00
..
builder.rs Adjust remaining steps after config update (#1956) 2022-07-14 11:24:34 +10:00
card_mod_order.sql Add card mod column for notes mode 2021-04-08 20:14:10 +02:00
deck_order.sql reformat .sql files 2021-01-09 14:08:55 +10:00
mod.rs Improve temporary table handling (#1976) 2022-07-22 17:51:26 +10:00
note_cards_order.sql squash merge browser refactor 2021-03-29 16:14:54 +10:00
note_decks_order.sql Add deck column for notes mode 2021-04-08 19:46:06 +02:00
note_due_order.sql Add note due column 2021-03-30 21:39:15 +02:00
note_ease_order.sql squash merge browser refactor 2021-03-29 16:14:54 +10:00
note_interval_order.sql Add note interval column 2021-03-30 23:44:35 +02:00
note_lapses_order.sql Add note lapses column 2021-03-29 16:06:15 +02:00
note_reps_order.sql Add note reps column 2021-03-29 15:52:02 +02:00
notetype_order.sql reformat .sql files 2021-01-09 14:08:55 +10:00
parser.rs Add regex tag search (#1707) 2022-03-04 18:43:27 +10:00
sqlwriter.rs Disregard manual reschedulings in introduced:x (#1932) 2022-06-27 17:20:36 +10:00
template_order.sql reformat .sql files 2021-01-09 14:08:55 +10:00
writer.rs Fix some clippy lints + imports 2022-03-17 21:03:39 +10:00