Gjsify LogoGjsify Logo

The kind of test a query created by e_book_query_field_test() shall perform.

See also: e_phone_number_compare_strings().

Index

Enumeration Members

BEGINS_WITH: number

check if a field starts with the test value

CONTAINS: number

check if a field contains the test value

ENDS_WITH: number

check if a field ends with the test value

EQUALS_NATIONAL_PHONE_NUMBER: number

check if a field matches with a value tested using e_phone_number_compare_strings(), the match must be at least of strength %E_PHONE_NUMBER_MATCH_NATIONAL for this query to return any matches.

EQUALS_PHONE_NUMBER: number

check if a field matches with a value tested using e_phone_number_compare_strings(), the match must be of strenth %E_PHONE_NUMBER_MATCH_EXACT for this query to return any matches.

EQUALS_SHORT_PHONE_NUMBER: number

check if a field matches with a value tested using e_phone_number_compare_strings(), the match must be at least of strength %E_PHONE_NUMBER_MATCH_SHORT for this query to return any matches.

IS: number

look for exact match of the supplied test value

LAST: number

End marker for the #EBookQueryTest enumeration, not a valid query test.

REGEX_NORMAL: number

A regular expression query against contact data normalized with e_util_utf8_normalize(), the normalized data is lower case with any accents removed.

REGEX_RAW: number

A regular expression query against raw contact data, this is usually slower than a %E_BOOK_QUERY_REGEX_NORMAL as it implies that #EVCard(s) must be parsed in order to get the raw data for comparison.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method