Skip to content

Commit

Permalink
enhance(search): sort entity names
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Mar 26, 2024
1 parent 903f79e commit d0cd95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/search/SearchUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export function pickEntitiesForChartHit(hit: IChartHit): EntityName[] {
return false
})
.map((highlightEntry) => removeHighlightTags(highlightEntry.value))
.sort()

return pickedEntities ?? []
}

0 comments on commit d0cd95b

Please sign in to comment.