Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add search collator #11

Open
drodil opened this issue Apr 3, 2023 · 2 comments
Open

feat: add search collator #11

drodil opened this issue Apr 3, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@drodil
Copy link

drodil commented Apr 3, 2023

To make most of this great plugin, you could also provide a Search Collator for the backend to be able to search bulletins from the Backstage search. It's quite easy to do by just providing a CollatorFactory that implements the DocumentCollatorFactory from @backstage/plugin-search-common. You can check my Q&A plugin as a reference https://github.com/drodil/backstage-plugin-qeta/blob/main/plugins/qeta-backend/src/search/collators/QetaCollatorFactory.ts

@v-ngu
Copy link
Owner

v-ngu commented Apr 3, 2023

Good idea! It would make the plugin a lot easier to use. If you want to tackle any of the suggested features, feel free to do it. Otherwise I will definitely look into it.

@drodil
Copy link
Author

drodil commented Apr 4, 2023

Great, I will take a look if I have time at some point to contribute!

@v-ngu v-ngu added the enhancement New feature or request label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants