Expand description
Search and filter operations
This module contains search and filter operations extracted from the monolithic TUI to improve maintainability and testability. The search system is complex with multiple modes and state dependencies, so we start with extracting coordination logic.
Structs§
- Search
Context - Context for search operations Provides the minimal interface needed for search operations
- Search
Result - Result of a search operation
Enums§
- Search
Action Result - Result of search action execution
Functions§
- apply_
search_ result - Apply search result to UI state
- execute_
search_ action - Execute a search action based on mode and pattern This coordinates the search process but delegates the actual searching