Merge pull request #15048 from backstage/stackoverflow/search-highlights

[Search] Add highlighting to StackOverflow result list item
This commit is contained in:
Fredrik Adelöw
2022-12-12 11:58:43 +01:00
committed by GitHub
7 changed files with 80 additions and 2 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-stack-overflow': patch
---
The `<StackOverflowSearchResultListItem />` component is now able to highlight the result title and/or text when provided. To take advantage of this, pass in the `highlight` prop, similar to how it is done on other result list item components.