diff --git a/web/src/pages/DocsPage.tsx b/web/src/pages/DocsPage.tsx index 65c745e..57e86ba 100644 --- a/web/src/pages/DocsPage.tsx +++ b/web/src/pages/DocsPage.tsx @@ -8,6 +8,7 @@ const contents = [ { id: 'examples', label: 'examples' }, { id: 'https-certs', label: 'https & certs' }, { id: 'keymaps', label: 'keymaps' }, + { id: 'search', label: 'search' }, { id: 'privacy', label: 'privacy' }, ] @@ -298,7 +299,52 @@ export function DocsPage() {
-
+ Press / to open search. Filtering is live as you type and
+ applies to the Requests pane.
+
Search supports free text and simple field filters.
+ +| Pattern | +Meaning | +
|---|---|
| users api.example.com | +Free text; matches host and URL path (AND between terms) | +
| method:get | +Method equals GET (case-insensitive) | +
| status:404 | +Exact response status code | +
| status:5xx | +Status class match (1xx-5xx) | +
| method: get status: 5xx login | +Mixed filters + terms, including spaced filter syntax | +
+ Tip: press esc to close search and clear the active query. +
+Termtap is a local-only tool. It does not phone home, collect telemetry, or send any data anywhere.