[evolution-data-server/openismus-work-3-8] Added E_BOOK_INDEX_TRANSLIT index type



commit 19f482d432e74e9ca42737d10651021e67a0dafe
Author: Tristan Van Berkom <tristan upstairslabs com>
Date:   Thu Dec 5 16:35:13 2013 +0900

    Added E_BOOK_INDEX_TRANSLIT index type

 .../libebook-contacts/e-book-contacts-types.h      |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook-contacts/e-book-contacts-types.h 
b/addressbook/libebook-contacts/e-book-contacts-types.h
index ca6b952..db95f7c 100644
--- a/addressbook/libebook-contacts/e-book-contacts-types.h
+++ b/addressbook/libebook-contacts/e-book-contacts-types.h
@@ -127,6 +127,7 @@ typedef struct {
  * stored in this index. The number "+9999999" for instance won't be stored because
  * the country calling code "+999" currently is not assigned.</para></note>
  * @E_BOOK_INDEX_SORT_KEY: Indicates that a given #EContactField should be usable as a sort key.
+ * @E_BOOK_INDEX_TRANSLIT: An index suitable for searching with the exact and prefix transliterated 
#EBookQueryTests
  *
  * The type of index defined by e_source_backend_summary_setup_set_indexed_fields()
  */
@@ -134,7 +135,8 @@ typedef enum {
        E_BOOK_INDEX_PREFIX = 0,
        E_BOOK_INDEX_SUFFIX,
        E_BOOK_INDEX_PHONE,
-       E_BOOK_INDEX_SORT_KEY
+       E_BOOK_INDEX_SORT_KEY,
+       E_BOOK_INDEX_TRANSLIT
 } EBookIndexType;
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]