Anki/rslib/src/search
Damien Elmes ac4284b2de update tag handling
- tag list stored in a separate DB table
- non-wildcard searches now do full unicode case folding
(eg tag:masse matches 'Maße')
- wildcard matches do simple unicode case folding
- some functions haven't been updated yet, so ascii folding will
continue to be used in some operations
2020-04-03 19:34:46 +10:00
..
cards.rs drop separate RequestContext/StorageContext 2020-03-29 12:12:35 +10:00
mod.rs add note searching 2020-03-21 09:00:05 +10:00
notes.rs drop separate RequestContext/StorageContext 2020-03-29 12:12:35 +10:00
parser.rs NoteTypeID 2020-03-26 15:00:24 +10:00
sort_order.sql support sorting on note type, card template and decks 2020-03-20 21:15:23 +10:00
sort_order2.sql support sorting on note type, card template and decks 2020-03-20 21:15:23 +10:00
sqlwriter.rs update tag handling 2020-04-03 19:34:46 +10:00