1. @sitecore-cloudsdk/search/server

ComparisonOperators

Version:

Type

Type

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!