mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Create search
module
This commit is contained in:
parent
fa49916767
commit
d6dc2055e7
2 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
pub mod schema;
|
||||
pub mod load;
|
||||
|
||||
#[cfg(feature = "search")]
|
||||
pub mod search;
|
||||
|
|
1
src/search/mod.rs
Normal file
1
src/search/mod.rs
Normal file
|
@ -0,0 +1 @@
|
|||
//! This module implements full-text search on [crate::schema::Card]s of multiple locales.
|
Loading…
Reference in a new issue