PRELIMINARY INFORMATION - SUBJECT TO CHANGE
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 Andordefault
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration Andordefault

Members

Member nameDescription
DefaultAnd
One or more terms must match (OR operation).
DefaultOr
All terms must match (AND operation).

See Also

Advanced