//! Search module for the daemon gRPC search service.
//!//! This module provides fuzzy search over command history using Nucleo.
modindex;// Include the generated proto code
tonic::include_proto!("search");// Re-export the service and index
pubuseindex::{IndexFilterMode, QueryContext, SearchIndex};