Sana Assistant (online)
Table of Contents

ProductSearchFacetTexts reference

This article provides reference material about ProductSearchFacetTexts struct.

ProductSearchFacetTexts struct

Properties

ExpandText

The text displayed to expand the facet.

CollapseText

The text displayed to collapse the facet.

SearchPlaceholderText

The placeholder text for the facet with the ProductSearchFacetDisplayType.SearchList display type.

SearchNoResultsText

The text displayed if no search results are found for the facet with the ProductSearchFacetDisplayType.SearchList display type.

Example:

var colorTexts = new ProductSearchFacetTexts(
		ExpandText: "Show more colors",
		CollapseText: "Show less",
		SearchPlaceholderText: "Search in colors",
		SearchNoResultsText: "No colors found");

See also