K-Phoen / backstage-plugin-confluence

Confluence plugins for backstage
MIT License
52 stars 15 forks source link

Backstage 1.11.x and SearchResult changes #164

Closed djl197 closed 1 year ago

djl197 commented 1 year ago

We have been exploring this plugin and have just upgraded Backstage to 1.11.x

I think the SearchResults setup has changed:

<SearchResult>
    <CatalogSearchResultListItem icon={<CatalogIcon />} />
    <TechDocsSearchResultListItem icon={<DocsIcon />} />
</SearchResult>

The

ConfluenceResultListItem

Does not match - and I cant get the changes described in Readme to work (have tried some simple changes). We will continue to investigate - but sharing for visibility.

ahochsteger commented 1 year ago

We've been exploring this plugin as well using Backstage 1.11.1 and face the same problem.