pub const PARAM_SEARCH: &str = "search";Expand description
?search= on GET /agdx/projections: one substring matched against the
projection name OR id. A console with a single filter box maps to it. A
server matches it as name_contains(name) OR id contains search. Composes
(AND) with the narrower name_contains / id_prefix when several are set.