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 Code |
---|---|
public enum Andordefault |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration Andordefault |
Members
Member name | Description | |
---|---|---|
DefaultAnd |
One or more terms must match (OR operation).
| |
DefaultOr |
All terms must match (AND operation).
|
See Also
Smartsite.FacetedSearch Namespace