This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
cc297f1dc6
anki
/
rslib
/
src
/
search
/
mod.rs
7 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
prototype of integration no ordering yet, and no tests
2020-03-19 23:20:47 +01:00
mod
cards
;
add note searching
2020-03-21 00:00:05 +01:00
mod
notes
;
basic search parsing
2020-03-15 10:11:45 +01:00
mod
parser
;
prototype of integration no ordering yet, and no tests
2020-03-19 23:20:47 +01:00
mod
sqlwriter
;
add the ability to provide a custom sort order; use backend for find
2020-03-20 22:54:43 +01:00
pub
(
crate
)
use
cards
::
{
search_cards
,
SortMode
}
;
Reference in New Issue
Copy Permalink