Story #5788
Updated by chouseknecht almost 5 years ago
Return a `content_match` object similar to that found in v2 API search results. The v2 API currently returns h3. Details of the following object for each item contained in `collections.results[]`: content match format ``` "content_match": { "total_count": 4, "contents": { "module": [ "dynatrace_deployment", "dynatrace_comment" ], "role": [ "dynatrace_custom_deployment", "dynatrace_problem_comment" ], "plugin": [] } } ``` TBD