Hm,

quite weird. Maybe its obvious, but in your client library you need to scan the subset result for the exact UID. As the name implies, text- match does a substring match, since '2838-2382-3827-283' could be one UID and '2838-2382-3827-2' could be another. Both resources would match a 7.8.6 UID query for '2838-2382-3827-2'.

BTW: this also implies that a search by UID (instead of URL) is much slower (a LIKE %x% query, usually can't be indexed).

Greets,
  Helge
--
Helge Hess
http://www.helgehess.eu/
_______________________________________________
calendarserver-dev mailing list
calendarserver-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/calendarserver-dev

Reply via email to