Albert
Loading...
Searching...
No Matches
albert::MatchConfig Class Reference

#include <albert/matchconfig.h>

Description

Configuration for string matching.

Initialize with designated initializers to avoid hard to find bugs on future API changes.

See also
Matcher, IndexQueryHandler

Public Attributes

bool fuzzy = false
 Match strings error tolerant.
 
bool ignore_case = true
 Match strings case insensitive.
 
bool ignore_word_order = true
 Match strings independent of their order.
 
bool ignore_diacritics = true
 Match strings normalized.
 

Member Data Documentation

◆ fuzzy

bool albert::MatchConfig::fuzzy = false

Match strings error tolerant.

◆ ignore_case

bool albert::MatchConfig::ignore_case = true

Match strings case insensitive.

◆ ignore_diacritics

bool albert::MatchConfig::ignore_diacritics = true

Match strings normalized.

◆ ignore_word_order

bool albert::MatchConfig::ignore_word_order = true

Match strings independent of their order.


The documentation for this class was generated from the following file: