mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -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
|
||
|---|---|---|
| .. | ||
| card | ||
| config | ||
| dbcheck | ||
| deck | ||
| deckconfig | ||
| graves | ||
| note | ||
| notetype | ||
| revlog | ||
| tag | ||
| upgrades | ||
| collection_timestamps.rs | ||
| mod.rs | ||
| schema11.sql | ||
| sqlite.rs | ||
| sync.rs | ||
| sync_check.rs | ||