pub async fn handle_search_command( query: &str, include_tasks: bool, include_events: bool, limit: Option<i64>, offset: Option<i64>, ) -> Result<()>