SearchProviderCondition
A condition that filters based on values returned by a search provider given the input.
The input to search provider for filtering.
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.
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.