pub fn search_indexed_files_with_control(
store: &AtlasStore,
query: &SearchQuery<'_>,
control: Option<&IndexWorkControl>,
) -> ServiceResult<SearchReport>Expand description
Search indexed project files through one bounded, cancellable retrieval request.
Safe ASCII literal tokens may use the rebuildable FTS5 projection only as a
complete metadata candidate superset. Persisted file_texts remains the
authority and every candidate is exact-verified in deterministic path order.
All other shapes use the persisted-text fallback with path admission before
content decoding.
ยงErrors
Returns a typed capability error for unavailable semantic/hybrid requests, or an error when input, storage, cancellation, or persisted text is invalid.