Skip to main content

Module query

Module query 

Source
Expand description

Building Tracker query strings from filter flags.

Flags and --yql compile to the same thing — a query string — which keeps one code path on the wire and makes the escape hatch nothing more than skipping this module. Both are read-only: a query decides what can be seen, never what changes (ADR 1).

Structs§

Filter
Everything the search flags can express.