mirror of
https://github.com/ankitects/anki.git
synced 2025-11-22 04:27:14 -05:00
* add strip_clozes fn
* add test
* replace without_combining with process_text
* update write_unqualified
* update write_regex
* add `sc:...` search option
* add test
* strip clozes before stripping combining characters
find_notes_sc time: [1.0398 s 1.0405 s 1.0412 s]
change: [-6.1276% -6.0323% -5.9401%] (p = 0.00 < 0.05)
Performance has improved.
* add bitflags crate
* add and use ProcessTextFlags
* update sqlwriter.rs to use bitflags
|
||
|---|---|---|
| .. | ||
| service | ||
| builder.rs | ||
| card_mod_order.sql | ||
| deck_order.sql | ||
| mod.rs | ||
| note_cards_order.sql | ||
| note_decks_order.sql | ||
| note_due_order.sql | ||
| note_ease_order.sql | ||
| note_interval_order.sql | ||
| note_lapses_order.sql | ||
| note_original_position_order.sql | ||
| note_reps_order.sql | ||
| notetype_order.sql | ||
| parser.rs | ||
| sqlwriter.rs | ||
| template_order.sql | ||
| writer.rs | ||