Files
Radicale/radicale
TowyTowy f48dc47177 Fix: text-match filter crashes on structured property (vCard N/ADR)
A CardDAV addressbook-query REPORT with a text-match prop-filter on a
structured property (e.g. N or ADR) returned HTTP 500. vobject parses
these into Name/Address objects rather than plain strings, so text_match
called .lower() on a non-string and raised AttributeError. Coerce
non-string values to their text representation before matching.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-15 11:26:45 +02:00
..
2026-04-28 00:54:51 -05:00
2026-06-18 08:32:40 +02:00
2026-04-08 21:49:55 +02:00
2026-04-08 21:49:55 +02:00
2026-05-12 08:35:28 +02:00
2023-02-10 22:03:33 +01:00
2025-12-10 18:10:51 +01:00
2025-12-10 18:34:22 +01:00