export type SearchMode = "substring" | "exact" | "wildcard" | "regex";