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 Apr 11, 2024
1 parent ae12f28 commit e0b5f37
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 @@ -71,6 +71,7 @@ export function pickEntitiesForChartHit(hit: IChartHit): EntityName[] {
return false
})
.map((highlightEntry) => removeHighlightTags(highlightEntry.value))
.sort()

return pickedEntities ?? []
}

0 comments on commit e0b5f37

Please sign in to comment.