pub fn search_indexed_files(
store: &AtlasStore,
pattern: &str,
regex: bool,
fuzzy: bool,
case_sensitive: bool,
file_pattern: Option<&str>,
context_lines: usize,
start_index: usize,
limit: usize,
) -> ServiceResult<SearchReport>Expand description
Search indexed project files with bounded source reads and globset filters.
ยงErrors
Returns an error when the index is unavailable, the regex or glob is invalid, or an indexed file cannot be read.