web photo layout update

This commit is contained in:
2026-08-05 16:33:45 +02:00
parent dcb7733383
commit c2d5ae45a2
3 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ def web_search(
with conn.cursor() as cur:
cur.execute(
f"""SELECT id, full_name, given_name, middle_name, family_name,
prefix, suffix, organization, birthday, account
prefix, suffix, organization, birthday, account, photo_url
FROM contacts {where_clause}{search_clause}
ORDER BY full_name
LIMIT 200""",