diff --git a/kotlin-native/tools/performance-server/src/main/kotlin/database/DatabaseRequests.kt b/kotlin-native/tools/performance-server/src/main/kotlin/database/DatabaseRequests.kt index e126717f771..dbac550f8fd 100644 --- a/kotlin-native/tools/performance-server/src/main/kotlin/database/DatabaseRequests.kt +++ b/kotlin-native/tools/performance-server/src/main/kotlin/database/DatabaseRequests.kt @@ -39,7 +39,7 @@ internal fun getBuildsDescription(type: String?, branch: String?, agentInfo: Str onlyNumbers: Boolean = false): Promise { val queryDescription = """ { "size": $buildsCountToShow, - ${if (onlyNumbers) """"_source": ["buildNumber"],""" else ""} + ${if (onlyNumbers) """"_source": ["buildNumber", "buildType"],""" else ""} "sort": {"startTime": "desc" }, "query": { "bool": {