#include <albert/matchconfig.h>
Configuration for string matching.
Initialize with designated initializers to avoid hard to find bugs on future API changes.
- See also
- Matcher, IndexQueryHandler
|
|
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.
|
| |
The documentation for this class was generated from the following file: