Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Sep 10, 2024
1 parent 38d7e01 commit 2140cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/response_massager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2140cd2

Please sign in to comment.