explain_asset_search
Diagnose search results by revealing which Elasticsearch fields and terms matched a query for a specific asset. Helps admins understand why an asset was returned.
Instructions
Super-admin diagnostic: show which Elasticsearch fields/terms matched a query for a given asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Query to explain (or use text_q) | |
| id | Yes | ID of the resource | |
| text_q | No | Alternate text query to explain |