Gjsify LogoGjsify Logo

Flags passed to dee_index_lookup() to control how matching is done. Note that it is not required that index backends support more than just #DEE_TERM_MATCH_EXACT.

You can query for the supported flags with dee_index_get_supported_term_match_flags().

bitfield

Index

Enumeration Members

Enumeration Members

EXACT: number

Match terms byte for byte as specified in the query string

PREFIX: number

Match if the indexed term begins with the byte string being queried by. This is also sometimes known as truncated- or wildcard queries

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