This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines how multiple search terms should be combined.

Namespace: Smartsite.FacetedSearch
Assembly:  Smartsite.FacetedSearch (in Smartsite.FacetedSearch.dll)

Syntax

C#Copy imageCopy Code
public enum CombineOperation
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration CombineOperation

Members

Member nameDescription
OneOrMoreTerms
One or more terms must match (OR operation).
AllTerms
All terms must match (AND operation).
ExactPhrase
The specified terms must match as a phrase (search terms will be enclosed in double quotation marks).
Auto
Advanced option which switches automatically to AND or OR when the search terms includes (one of) these operators.

See Also

Advanced