Type a query to find documents containing that exact substring. Results are ranked by BM25 relevance.
Boolean operators
rust zig β implicit AND, documents containing both
rust AND zig β same as above
rust OR zig β documents containing either
rust NOT zig β documents with rust but not zig
"rust programming" β exact phrase (with spaces)
(rust OR zig) AND go β grouped expressions
NOT rust β everything except rust
Keyboard shortcuts
/ β focus search
Esc β clear search
ββ β navigate results
Crawling
Enter a full URL (with https://) to crawl and index a page and its linked pages.
About souyi
A private, self-hosted search engine. All data stays on your server. Supports mixed-language search (English, CJK, etc.), boolean operators, and dark mode.