pycarddav
pycarddav copied to clipboard
Do not match base64 representations of images when searching
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.