Enum SearchMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Matching strategy used by the BlazOrbit search pipeline.
public enum SearchMode
Fields
Contains = 2Match when the candidate contains the input anywhere.
Fuzzy = 3Approximate (typo-tolerant) match.
Smart = 0Adaptive strategy combining prefix, word-start, contains and fuzzy heuristics.
StartsWith = 1Match only when the candidate starts with the input.