SearchConfig class

Configuration for search engine

Constructors

SearchConfig({List<String> searchFields = const ['name', 'subtitle', 'searchData'], bool fuzzyEnabled = true, int maxFuzzyDistance = 3, bool caseSensitive = false})
const

Properties

caseSensitive bool
Case sensitive search
final
fuzzyEnabled bool
Enable fuzzy search for typos
final
hashCode int
The hash code for this object.
no setterinherited
maxFuzzyDistance int
Maximum distance for fuzzy search
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchFields List<String>
Fields to search in
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited