pub fn search( query: &str, project: Option<&str>, index: SearchIndex, framework: Option<Framework>, config_path: &Path, json_output: bool, ) -> Result<()>