SmallStack · Search

Find anything.

Across 3 indexed models and the bundled help documentation. Free-text query with phrase, prefix, exclusion, and boolean operators — same syntax across SQLite FTS5 and Postgres FTS.

Query is case-insensitive · stems on supported backends RETURN to search
Query
syntax
acme
Single term
acme support
Both words — implicit AND
"customer support"
Exact phrase, word-adjacent
refund*
Prefix — also matches refunding, refunded
acme OR beta
Either word
api -slow
Contains api, excludes slow

From anywhere else on the site, press Ctrl + K (or + K) to pop up the quick search overlay — a smaller version of this page. This page itself is the deeper experience.