IFilterExplanation
Explanation of why a filter matched a query
Properties
| Property | Type | Notes |
|---|---|---|
| IFilter |
Copy of the Filter |
|
| boolean |
Did the filter match the query? |
|
| IPredicateExplanation[] |
Array of explanations for each predicate in the Filter |
Interface defined in packages/common/src/search/types/types.ts:211