User Interface
The search page includes a CodeMirror editor for query entry and syntax highlighting. The server parser is the source of truth for accepted search syntax.
The search button validates the current query with the server parser. Invalid queries show an error state and cannot be submitted.
Press Ctrl+Enter while focused in the editor to submit a valid query. Press Ctrl+\ or Ctrl+| to format the current query.