FacetRequestOptions.Filter Property

Definition

Gets or sets specifies the filter condition for the 'where' clause which will be run on main query's result, just before the actual faceting.

[Newtonsoft.Json.JsonProperty(PropertyName="filter")]
public string Filter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filter")>]
member this.Filter : string with get, set
Public Property Filter As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to