Skip to content
Independent, unofficial fan resource. Not affiliated with Rockstar Games or Take-Two Interactive. GTA VI content is used descriptively.

Search

Question-first search — answer cards, not just links. Postgres FTS + pg_trgm. Alias/typo tolerant.

Try:fuel systemCheetahJaysonVice Citywanted starsGrotti CheetaVice
2 results for “fuel system” — answer cards first.
claimvehicle-refueling-existsREPORTED
GTA VI includes a vehicle refueling system
Claim about fuel system mechanics. Status REPORTED. What would change this: Rockstar official confirmation or reproducible shipping-build test.
What would change this: Rockstar official confirmation or reproducible shipping-build test would change this status.
Last reviewed 8/20/2026See evidence & history →title_fts:0.50 · body_fts:1.00
claimpolice-recognition-clothingUNCONFIRMEDPRELIMINARY
Police recognition is affected by clothing
Claim about police/wanted system. Status UNCONFIRMED with PRELIMINARY. What would change this: controlled test with 20 runs on PS5 v1.0, varying clothing.
What would change this: Controlled test with fixed location/crime/vehicle, variable clothing, 20 runs, PS5 shipping build.
Last reviewed 8/18/2026See evidence & history →body_fts:0.50
How search works
Postgres full-text search + pg_trgm (trigram) with alias expansion. Query is matched against title, body, and entity_aliases; typo tolerance via similarity() ≥ 0.3 (tunable via CONFIG_KV search:trigram_threshold). Ranking: FTS rank × trigram bonus × alias bonus, deterministic tie-break by slug. Index updates are async via QUEUE_SEARCH_INDEX (60s SLA). No external vendor (Typesense/Algolia/etc.) and no AI free-association.
Postgres SQL template is in src/lib/search.ts:POSTGRES_SEARCH_SQL and src/app/api/search/route.ts; in-memory fixtures mirror it for local dev/tests without Hyperdrive.