mirror of
https://github.com/ankitects/anki.git
synced 2025-11-20 11:37:12 -05:00
- new per-character tokenizer that is easier to read and maintain - OR searches now supported - grouping with ( and ) now supported - sorting is off by default now - searching in html is disabled for now, but may come back later - use ? arguments instead of named arguments to ease porting to other platforms - field:foo is no longer wrapped in implicit wildcards - avoid joining notes table if it not required - about 30% faster - fixed sql injection bug in findNids() - commands no longer have to take care of negation themselves - commands can return nothing to immediately flag the query as invalid |
||
|---|---|---|
| .. | ||
| support | ||
| __init__.py | ||
| shared.py | ||
| test_cards.py | ||
| test_collection.py | ||
| test_decks.py | ||
| test_exporting.py | ||
| test_find.py | ||
| test_importing.py | ||
| test_latex.py | ||
| test_media.py | ||
| test_models.py | ||
| test_remote_sync.py | ||
| test_sched.py | ||
| test_stats.py | ||
| test_sync.py | ||
| test_undo.py | ||
| test_upgrade.py | ||