1. Types

ComparisonOperators

Version: 0.6
TypeType
Import path@sitecore-cloudsdk/search/server

Comparison operators, such as greater than and less than or equal to. Used for filtering search results and facet values.

Accepted values:

  • "eq" - equal to
  • "gt" - greater than
  • "gte" - greater than or equal to
  • "lt" - less than
  • "lte" - less than or equal to

Signature

export type ComparisonOperators = "eq" | "gt" | "gte" | "lt" | "lte";

Examples

"gte"
If you have suggestions for improving this article, let us know!