Skip to main content

Module Search

Module Search 

Source
Expand description

§Search Effect (CreateEffectForRequest)

Effect constructors for workspace search RPC methods. Handles file and text search by delegating to SearchProvider and WorkspaceProvider traits on MountainEnvironment.

§Methods handled

MethodDescription
findFilesGlob-based file search using ignore-aware walker
findTextInFilesFull-text search delegating to SearchProvider::TextSearch
Search.TextSearchAlternative text search RPC (separate method name)

findFiles reuses WorkspaceProvider::FindFilesInWorkspace to get the same ignore-aware glob walker used by search:fileSearch.

Functions§

CreateEffect