From 2140cd274a105ed0c50fb74dc882bdd0a542502a Mon Sep 17 00:00:00 2001 From: Vera Kahn Date: Tue, 10 Sep 2024 13:29:29 -0400 Subject: [PATCH] update comment --- lib/response_massager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/response_massager.js b/lib/response_massager.js index ea381428..255c865d 100644 --- a/lib/response_massager.js +++ b/lib/response_massager.js @@ -15,7 +15,8 @@ class ResponseMassager { * if it contains hits that have "items" or "electronicResources" inner_hits, * reassigns those hits to ".items" and ".electronicResources" so that later * code can access them as if that's where they were indexed that way. - * + * Conditionally sorts on enumerationChronology_sort. + * * Also copies ".total" properties into convenient places for serialization. */ processInnerHitsProperties (response, sortOnEnumerationChronology) {