Table of Contents

Enum SearchMode

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Matching strategy used by the BlazOrbit search pipeline.

public enum SearchMode

Fields

Contains = 2

Match when the candidate contains the input anywhere.

Fuzzy = 3

Approximate (typo-tolerant) match.

Smart = 0

Adaptive strategy combining prefix, word-start, contains and fuzzy heuristics.

StartsWith = 1

Match only when the candidate starts with the input.