> ## Documentation Index
> Fetch the complete documentation index at: https://docs.factagora.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.1.11

> Fast mode for fact-search and better filtered results

<Update label="2026-07-14" description="v0.1.11: fact-search modes">
  ## Added: `mode` parameter for fact-search

  `GET /api/v1/fact-search` now accepts a `mode` parameter:

  * `auto` (default) — semantic hybrid search with live fallback. This is the existing default behavior.
  * `fast` — keyword-only search that skips query embedding and the live fallback for the lowest latency. Best when you want the quickest results and don't need semantic matching.

  Omitting `mode` keeps the existing behavior (`auto`).

  ## Improved: results when filtering by domain or narrow criteria

  Fact-search now reliably returns matching articles when you restrict results (for example, by domain). Previously, narrow filters could return few or no results even when matching articles existed.
</Update>
