|
Albert
|
#include <albert/matchconfig.h>
Configuration for string matching.
Initialize with designated initializers to avoid hard to find bugs on future API changes.
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. | |
| bool albert::MatchConfig::fuzzy = false |
Match strings error tolerant.
| bool albert::MatchConfig::ignore_case = true |
Match strings case insensitive.
| bool albert::MatchConfig::ignore_diacritics = true |
Match strings normalized.
| bool albert::MatchConfig::ignore_word_order = true |
Match strings independent of their order.