From ac98ec1b0592639515e43c1cd0f123a2b517b17f Mon Sep 17 00:00:00 2001 From: Github on behalf of Wellcome Collection Date: Tue, 26 Nov 2024 14:42:45 +0000 Subject: [PATCH] Apply auto-formatting rules --- .../scala/weco/api/search/services/WorksRequestBuilder.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/search/src/main/scala/weco/api/search/services/WorksRequestBuilder.scala b/search/src/main/scala/weco/api/search/services/WorksRequestBuilder.scala index edfab18cd..1b96a6b13 100644 --- a/search/src/main/scala/weco/api/search/services/WorksRequestBuilder.scala +++ b/search/src/main/scala/weco/api/search/services/WorksRequestBuilder.scala @@ -72,7 +72,6 @@ object WorksRequestBuilder filterToQuery = buildWorkFilterQuery ) - /** Each aggregatable field is indexed as a nested field with an `id` value and a `label` value. All aggregations * are `id`-based, with a `label`-based sub-aggregation to get Elasticsearch to return all `label` values associated * with each `id` bucket. (Usually each `id` value only has one one `label` value associated with it, but not always.