Add given_name and family_name to the search properties (#330185).
authorRoss Burton <ross@openedhand.com>
Tue, 28 Aug 2007 15:49:29 +0000 (15:49 +0000)
committerRoss Burton <rburton@src.gnome.org>
Tue, 28 Aug 2007 15:49:29 +0000 (15:49 +0000)
2007-08-28  Ross Burton  <ross@openedhand.com>

* libedata-book/e-book-backend-sexp.c:
Add given_name and family_name to the search properties (#330185).

svn path=/trunk/; revision=8005

addressbook/ChangeLog
addressbook/libedata-book/e-book-backend-sexp.c

index aff39b9..607fa23 100644 (file)
@@ -1,6 +1,11 @@
 2007-08-28  Ross Burton  <ross@openedhand.com>
 
        * libedata-book/e-book-backend-sexp.c:
+       Add given_name and family_name to the search properties (#330185).
+
+2007-08-28  Ross Burton  <ross@openedhand.com>
+
+       * libedata-book/e-book-backend-sexp.c:
        Use G_N_ELEMENTS instead of a non-const int.
 
 2007-08-28  Ross Burton  <ross@openedhand.com>
index ed72b26..0457a7c 100644 (file)
@@ -244,6 +244,8 @@ static struct prop_info {
        NORMAL_PROP ( E_CONTACT_FILE_AS, "file_as" ),
        NORMAL_PROP ( E_CONTACT_UID, "id" ),
        LIST_PROP ( "full_name", compare_name), /* not really a list, but we need to compare both full and surname */
+       NORMAL_PROP ( E_CONTACT_GIVEN_NAME, "given_name"),
+       NORMAL_PROP ( E_CONTACT_FAMILY_NAME, "family_name"),
        NORMAL_PROP ( E_CONTACT_HOMEPAGE_URL, "url"),
        NORMAL_PROP ( E_CONTACT_BLOG_URL, "blog_url"),
        NORMAL_PROP ( E_CONTACT_CALENDAR_URI, "calurl"),