Files
Radicale/radicale/tests
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-05-12 08:35:28 +02:00
2021-12-09 16:55:46 +01:00
2026-04-28 15:43:51 -05:00
2026-03-26 05:47:42 +01:00
2026-06-08 21:44:33 +02:00