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().
Match terms byte for byte as specified in the query string
Match if the indexed term begins with the byte string being queried by. This is also sometimes known as truncated- or wildcard queries
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().