Gets and sets if the fulltext search should turn on the did you mean feature.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual bool NavERecSearchDidYouMean { get; set; }
Visual Basic
Public Overridable Property NavERecSearchDidYouMean As Boolean
	Get
	Set
Visual C++
public:
virtual property bool NavERecSearchDidYouMean {
	bool get ();
	void set (bool value);
}

Field Value

true if the did you mean feature is enabled, false if it is not.

Remarks

Only used if a fulltext search query is being made with the navigation. Defaults to false

See Also