UltimateSearch Class Library

UltimateSearchInput.FilterSuggestByFileType Property

Gets or sets the file types to filter search terms in the suggestion box.

[Visual Basic]
Public Property FilterSuggestByFileType As String
[C#]
public string FilterSuggestByFileType {get; set;}

Property Value

Comma delimited list of file types (e.g. aspx,asp,html,htm) that contains the search terms.

Remarks

Use this property to set the file types 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

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace