Enum SearchMode
Determines the search algorithm
Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public enum SearchMode
Fields
| Name | Description |
|---|---|
| FullText | The lookup is also done in the terms meta-data |
| Fuzzy | Returns the fuzzy matches and their scores |
| Normal | Regular term search |