SearchQueryFieldConstraint

SearchQueryFieldConstraint constraints the values of a field.
  • booleanEquals
    booleanEquals constraints the field to be equal to one of the given values.
  • enumEquals
    enumEquals constraints the field to be equal to one of the given values.
  • stringMatches
    stringMatches constraints the field to match one of the given values. '*' wildcards can be used in the values to indicate arbitrary numbers of arbitrary characters.
  • hierarchyNodeValueEquals
    hierarchyNodeValueEquals constraints the field to be contained in one of the given values ID fields of SearchSuggestionsPossibleValuesHierarchyNode's are expected here