Sodeom Logo

Sodeom - Private Search Engine

Private search with zero tracking and minimal filtering.

/ (Search page HTML)

HTML search page with query parsing and pagination.

Method

GET

Query parameters

Parameter Type Default Description
q string "" Search query text.
page integer 1 Pagination page (minimum 1).

Behavior

  1. Normalizes page to at least 1.
  2. Calls main(q, page) to fetch results.
  3. Renders index.html with results and pagination flags.

Example

GET /?q=python+flask&page=1

Related

JSON API: /api/search