Anki/rslib/src/storage
llama b6c70f7b75
Add search keyword to strip clozes beforehand (#4145)
* 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
2025-07-01 16:35:21 +07:00
..
card Update to Rust 1.88 2025-06-29 11:50:49 +07:00
config Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
dbcheck Improve performance of invalid ID fix in DB check 2023-07-07 22:53:41 +10:00
deck Update to Rust 1.88 2025-06-29 11:50:49 +07:00
deckconfig Update to Rust 1.88 2025-06-29 11:50:49 +07:00
graves Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
note Update to Rust 1.85 2025-02-21 10:42:42 +07:00
notetype Update to Rust 1.88 2025-06-29 11:50:49 +07:00
revlog Include reset entries in dataset exported for research (#3998) 2025-05-15 16:31:18 +10:00
tag Expose some collection methods already public in rslib backend (#2510) 2023-05-22 13:44:18 +10:00
upgrades Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
collection_timestamps.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
mod.rs Add search keyword to strip clozes beforehand (#4145) 2025-07-01 16:35:21 +07:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs Add search keyword to strip clozes beforehand (#4145) 2025-07-01 16:35:21 +07:00
sync.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00
sync_check.rs Update to Rust 1.88 2025-06-29 11:50:49 +07:00