FilterSuggestByCategory Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the categories to filter search terms in the suggestion box.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public string FilterSuggestByCategory { get; set; }
Visual Basic
Public Property FilterSuggestByCategory As String
	Get
	Set
Visual C++
public:
property String^ FilterSuggestByCategory {
	String^ get ();
	void set (String^ value);
}

Field Value

Comma delimited list of path beginnings (e.g. http://www.mydomain.com/accounting,http://www.mydomain.com/finance) that contains the search terms.

Remarks

Use this property to set the categories to filter search terms in the suggestion box.

Note that filtering suggestions doesn't have any impact on indexing. If you don't want to index portions of your page content you can wrap each portion between ignore tags as follows:

<!-- UltimateSearch_IgnoreBegin -->ignored content<!-- UltimateSearch_IgnoreEnd -->

See Also