Currently, search queries only return data on the queried fields. With this issue, we would like to give users control over the returned fields.
For example:
[metrics.api.unsafe.heapget] > 0 #[metrics.bytecode.*]
Should return projects with Unsafe Heap Get operations. For these projects metrics.api.unsafe.heapget is returned, but also any metric prefixed with [metrics.bytecode.*].
In this issue, the syntax needs to be extended to allow for the field selection.