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 25, 2024
1 parent 24f2b42 commit a3c1ac9
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 a3c1ac9

Please sign in to comment.