SearchParameters SpellcheckSearchString Property Ankiro Enterprise Suite Reference Documentation
Optional: If true, the search string is spellchecked and spellcheck suggestions are included in the search. Spellchecking is carried out according to the specified SearchLanguage, controlling the set of phonetic and language-specific rules used, and the dictionaries spellchecked against. Default value: false

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public Nullable<bool> SpellcheckSearchString { get; set; }

Property Value

Type: Nullable Boolean 
See Also