Expand description
Shared flow search matching and filter expression parsing (TUI / CLI / runtime).
Structs§
- Flow
Filter - Parsed filter: structured
FlowQueryfields (AND) plus optional plain-text tokens (AND, each matches URL or method).
Functions§
- flow_
matches_ filter - Structured query + plain-text tokens.
- flow_
matches_ query - Returns true when
flowsatisfies all set fields inquery(AND semantics). - parse_
flow_ filter - Parse a TUI/CLI filter bar expression into structured + plain tokens.