mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-18 07:50:25 +00:00
special search last updated
This commit is contained in:
@@ -536,6 +536,7 @@ def web_search_special(
|
||||
"no_photo": db.search_contacts_without_photo,
|
||||
"no_city": db.search_contacts_without_city,
|
||||
"no_social": db.search_contacts_without_social,
|
||||
"last_updated": db.search_contacts_last_updated,
|
||||
}.get(type)
|
||||
|
||||
if not query_fn:
|
||||
@@ -545,6 +546,7 @@ def web_search_special(
|
||||
"no_photo": "Kontakte ohne Bild",
|
||||
"no_city": "Kontakte ohne Stadt",
|
||||
"no_social": "Kontakte ohne Social Profil",
|
||||
"last_updated": "Zuletzt aktualisiert",
|
||||
}
|
||||
|
||||
with db.get_connection() as conn:
|
||||
|
||||
@@ -92,5 +92,6 @@
|
||||
<a href="/search/special?type=no_photo" class="special-search-link">ohne Bild</a>
|
||||
<a href="/search/special?type=no_city" class="special-search-link">ohne City</a>
|
||||
<a href="/search/special?type=no_social" class="special-search-link">ohne Social</a>
|
||||
<a href="/search/special?type=last_updated" class="special-search-link">last updated</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user