Skip to main content

QUERY_SIGNAL

Constant QUERY_SIGNAL 

Source
pub const QUERY_SIGNAL: &str = "query";
Expand description

The signal holding the query string, parsed, as a map.

Separate from route rather than part of it, so route == "/search" keeps meaning what it says once a query is present. Matching ignores it too: a query is an argument to a page, not a different page.