anki/rslib/src/storage
Damien Elmes 4da1c77220 add basic tag completion to backend
Matches should arrive in alphabetical order. Currently results are not
capped (JS should be able to handle ~1k tags without too much hassle),
and no reordering based on match location is done. Matches are substring
based, and multiple can be provided, eg "foo::bar" will match
"foof::baz::abbar".

This is not hooked up properly on the frontend at the moment -
updateSuggestions() seems to be missing the most recently typed character,
and is not updating the list of completions half the time.
2021-09-09 15:38:08 +02:00
..
card adding options to sort by ascending/descending ease 2021-08-22 15:32:46 +10:00
config update to latest rusqlite 2021-06-25 16:22:21 +10:00
deck expose uncapped counts and total in tree node 2021-08-22 15:32:46 +10:00
deckconfig update to latest rusqlite 2021-06-25 16:22:21 +10:00
graves update to latest rusqlite 2021-06-25 16:22:21 +10:00
note update to latest rusqlite 2021-06-25 16:22:21 +10:00
notetype fix case of fields table 2021-09-07 10:22:22 +10:00
revlog update to latest rusqlite 2021-06-25 16:22:21 +10:00
tag add basic tag completion to backend 2021-09-09 15:38:08 +02:00
upgrades fix case of fields table 2021-09-07 10:22:22 +10:00
collection_timestamps.rs update to latest rusqlite 2021-06-25 16:22:21 +10:00
mod.rs add notetype changing to backend 2021-06-09 20:56:52 +10:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs update to latest rusqlite 2021-06-25 16:22:21 +10:00
sync_check.rs zero out graves before comparison, instead of at creation 2021-06-30 10:08:52 +10:00
sync.rs update to latest rusqlite 2021-06-25 16:22:21 +10:00