export interface SearchOptions { key?: string; minLength?: number; query?: string; showAllByDefault?: boolean; }