From a1667dbf46df30a27c3edf693d967c3fe7bd8cc5 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 1 May 2026 15:06:35 -0700 Subject: [PATCH] feat: added section to web app --- web/src/pages/DocsPage.tsx | 48 +++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) 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.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PatternMeaning
users api.example.comFree text; matches host and URL path (AND between terms)
method:getMethod equals GET (case-insensitive)
status:404Exact response status code
status:5xxStatus class match (1xx-5xx)
method: get status: 5xx loginMixed 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.