1. @sitecore-cloudsdk/search/browser

NotFacetFilter

Version:

Type

Class

Implements

FacetFilterBase

Import path

@sitecore-cloudsdk/search/browser

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

Constructor

NotFacetFilter(
  value: string | FacetFilter
)

Parameters

Name

Type

Description

value

One of:

The filter value not to match.

Properties

Name

Type

Description

_value

One 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!