Skip to content
The HTML Herbarium

/static/herbario/gamer/en/busca/

Menu

This search has an address

Search

Ranked search across the 30 specimens: name, summary, body and attributes. Each query becomes a URL — /busca/?q=keyboard — that reloads, enters history and can be shared.

Prefix search, insensitive to accents: secao finds seção. The term goes into the URL, so the result is a link you can send to somebody.

Without a server, this is where it stops

Ranking needs a full-text index, and that lives in the database. Served as a static folder, this form gives you this same page back: the ?q= is ignored, and nobody goes without content — only without a result.

The path that never depends on any process is right beside it: the index holds all 30 specimens in a single document, and the browser's Ctrl+F searches them better than any improvised field.