mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
Accidentally introduced by the search refactoring in #1600, this lead to a query that matched items outside of the selected notes, eg (n.id in (1506029488152) and c.ord = 43 or c.ord = 4) Closes #1727 |
||
|---|---|---|
| .. | ||
| .cargo | ||
| benches | ||
| build | ||
| cargo | ||
| i18n | ||
| i18n_helpers | ||
| linkchecker | ||
| src | ||
| tests/support | ||
| .gitignore | ||
| bench.sh | ||
| BUILD.bazel | ||
| Cargo.toml | ||
| empty.rs | ||
| README.md | ||
| rustfmt.bzl | ||
| rustfmt.toml | ||
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.