Anki/rslib/src/search
llama cc395f7c44
Upgrade to nom 8.0.0 (#4105)
* bump nom to 8.0.0

* update cloze.rs

* update template.rs

* update imageocclusion.rs

* update search/parser.rs

* update card_rendering/parser.rs

* replace use of fold_many0 with many0

in nom 8, `many0` doesn't accumulate when used within `recognize`
2025-06-21 19:15:19 +07:00
..
service Update to Rust 1.85 2025-02-21 10:42:42 +07:00
builder.rs Fix 'Expression tree is too large' when user has many decks 2023-10-09 18:39:18 +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 Add card position column and always show position in card info (#3471) 2024-10-11 20:14:07 +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 Fix sorting of due timestamps in the browser (#2840) 2023-11-24 18:31:14 +10: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_original_position_order.sql Add card position column and always show position in card info (#3471) 2024-10-11 20:14:07 +10: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 Upgrade to nom 8.0.0 (#4105) 2025-06-21 19:15:19 +07:00
sqlwriter.rs Fix searching for non-blank adjacent wildcard fields (#4009) 2025-05-19 13:15:23 +10:00
template_order.sql reformat .sql files 2021-01-09 14:08:55 +10:00
writer.rs lazy_static → once_cell → stabilized versions (#3447) 2024-09-30 23:35:06 +10:00