feedback fixes

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-03-25 10:06:37 +01:00
parent 1f84e612e3
commit 07c0610557
12 changed files with 792 additions and 3530 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ When you have your `packages/backend/src/plugins/search.ts` file ready to make m
```ts
indexBuilder.addCollator({
defaultRefreshIntervalSeconds: 600,
factory: StackOverflowQuestionsCollatorFactory.fromConfig(config, {
factory: StackOverflowQuestionsCollatorFactory.fromConfig(env.config, {
logger: env.logger,
requestParams: {
tagged: ['backstage'],
site: 'stackoverflow',