From 0d7223a12bf289240aeddc51b0132e9c5a607c28 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 9 Apr 2026 12:47:23 -0700 Subject: [PATCH] fix(browse): remove source_url reference (column is source; field unused in response) --- app/db/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/db/store.py b/app/db/store.py index b0e96af..b0ff039 100644 --- a/app/db/store.py +++ b/app/db/store.py @@ -964,7 +964,7 @@ class Store: rows = self._fetch_all( """ SELECT r.id, r.title, r.category, r.keywords, r.ingredient_names, - r.calories, r.fat_g, r.protein_g, r.sodium_mg, r.source_url + r.calories, r.fat_g, r.protein_g, r.sodium_mg FROM recipe_browser_fts fts JOIN recipes r ON r.id = fts.rowid WHERE fts MATCH ?