IFilterExplanation

Interface

Explanation of why a filter matched a query

Properties

Property Type Notes
filter IFilter

Copy of the Filter

matched boolean

Did the filter match the query?

reasons IPredicateExplanation[]

Array of explanations for each predicate in the Filter


Interface defined in common/src/search/explainQueryResult.ts:42