Scryfall-type search is working

This commit is contained in:
2025-08-20 22:30:57 +01:00
parent e966a22707
commit e40a64579b
4 changed files with 48 additions and 18 deletions

View File

@@ -6,8 +6,8 @@ pub use crate::deser::ScryfallCard;
mod db;
pub use db::{
find_matching_cards, get_all_card_names, get_all_lowercase_card_names, get_card_by_name,
init_db, update_db_with_file, GetNameType,
find_matching_cards, find_matching_cards_seperate_words, get_all_card_names,
get_all_lowercase_card_names, get_card_by_name, init_db, update_db_with_file, GetNameType,
};
mod utils;