1. Classes

NotFacetFilter

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

A filter that returns search results that do not match a certain filter value.

Constructor

NotFacetFilter(
  value: string | FacetFilter
)

Parameters

NameTypeDescription
valueOne of
The filter value not to match.

Properties

NameTypeDescription
_valueOne of
The filter value not to match.

Methods

toDTO

Maps the NotFacetFilter instance to its DTO (data transfer object) format.

Signature

toDTO(): NotFacetFilterDTO

Return value

Returns the NotFacetFilter instance in a standardized DTO format.

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