Files
DomGod/app/static/beauty/index.html
Malin e7e39bed1f fix: Not checked always routes to DuckDB regardless of assessed filter
assessed='no' (Not assessed) was truthy, forcing hasEnrichFilter=true and
routing to SQLite even when prescreen_status='none'. But domains that have
never been prescreened don't exist in SQLite at all → 0 results every time.

Rule: if prescreen_status='none', always use DuckDB. Enrichment-only
filters (niche, site_type, country, assessed) are irrelevant for domains
that haven't entered the pipeline and must not override the DuckDB path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07 11:14:17 +02:00

39 KiB