Enum SearchMode
Determines the search algorithm
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
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 |