pub fn query_term(ctx: &ReqCtx) -> Option<String>
The q full-text term from a request query string, trimmed; None when absent or blank. The list page uses this to decide between a search and the normal paginated listing.
q
None