IQueryExplanation
Explanation of why a result matched a query
Properties
| Property | Type | Notes |
|---|---|---|
| boolean |
Whether the result matched the query |
|
| IQuery |
Copy of query; Useful when doing bulk calls |
|
| IFilterExplanation[] |
Array of explanations for each filter |
|
| GenericResult |
Copy of result; Useful when doing bulk calls |
|
| IMatchReason[] |
Summary of all reasons for the result matching the query |
Interface defined in packages/common/src/search/types/types.ts:179