Enum SmartSearchRuleOperator
- Namespace
 - Dynamicweb.SmartSearch.SmartSearchRules
 
- Assembly
 - Dynamicweb.SmartSearch.dll
 
Represents an operator that is used for comparing the input values within the single recognition rule.
  
  public enum SmartSearchRuleOperator
  Fields
Contains = 6- Contains.
 DoesNotContain = 7- Does not contain.
 DoesNotEndWith = 11- Does not end with.
 DoesNotOccurAfter = 17- Is not after
 DoesNotOccurBefore = 16- Is not before
 DoesNotStartWith = 9- Does not start with.
 EndsWith = 10- Ends with.
 Equals = 0- Equals.
 GreaterThan = 1- Greater than.
 GreaterThanOrEqualTo = 3- Greater than or equal to.
 IsAfter = 13- Is after
 IsBefore = 12- Is before
 IsEmpty = 18- Is empty
 IsInRange = 14- Is in range
 IsNotEmpty = 19- Is not empty
 IsUnder = 15- Is under
 LessThan = 2- Less than.
 LessThanOrEqualTo = 4- Less than or equal to.
 NotEqualTo = 5- Not equal to.
 StartsWith = 8- Starts with.