<PackageReference Include="Relativity.API" Version="19.5.0" />

SearchProviderCondition

A condition that filters based on values returned by a search provider given the input.
public string Input { get; }

The input to search provider for filtering.

public bool IsUnionSearch { get; }

Indicates whether the query result set is a Union of items returned by the search provider and filtering conditions. When false, the result set is an intersection of these sets.

The search provider that will filter results based on input.

public SearchProviderCondition(ISearchProviderRef searchProviderRef, string input)

A condition that filters based on values returned by the search providers response to the input.

public SearchProviderCondition(ISearchProviderRef searchProviderRef, string input, bool isUnionSearch)

A condition that filters based on values returned by the search providers response to the input.