geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
http://lostpackets.de/pycarddav
MIT License
98 stars 35 forks source link

Do not match base64 representations of images when searching #101

Open dnnr opened 9 years ago

dnnr commented 9 years ago

Currently, pc_query yields false-positive results if the search string happens to appear within the base64 representation of embedded binary data.

I also suspect that the performance of pc_query could improve if such entries were ignored entirely when querying the database.