Searches this for contacts matching the search expression sexp.
When sexp refers only to ContactFields configured in
the summary of this, the search should always be quick, when searching for other
ContactFields a fallback will be used.
The returned out_list list should be freed with g_slist_free_full (list, e_book_cache_search_data_free) when no longer
needed.
If meta_contact is specified, then shallow vCard representations will be created holding only the
e_contact_uid and e_contact_rev fields.
| this |
An BookCache |
| sexp |
search expression; use null or an empty string to list all stored contacts |
| meta_contacts |
Whether entire contacts are desired, or only the metadata |
| out_list |
Return location to store a SList of BookCacheSearchData structures |
| cancellable |
optional Cancellable object, or null |
|
true on success, otherwise false is returned and throws is set appropriately. |