Skip to content

Commit

Permalink
Merge pull request backstage#28224 from AmbrishRamachandiran/docs-fea…
Browse files Browse the repository at this point in the history
…ture-search

Updated docs of search
  • Loading branch information
freben authored Dec 19, 2024
2 parents 50b8694 + a61cccb commit c404343
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/features/search/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,16 @@ indexBuilder.addCollator({
});
```
Note: if you are using the in-memory Lunr search engine, you probably want to
:::note Note
if you are using the in-memory Lunr search engine, you probably want to
implement a non-distributed `SchedulerServiceTaskRunner` like the following to ensure consistency
if you're running multiple search backend nodes (alternatively, you can configure
the search plugin to use a non-distributed database such as
[SQLite](../../tutorials/configuring-plugin-databases.md#postgresql-and-sqlite-3)):
:::
```typescript
import {
SchedulerServiceTaskRunner,
Expand Down

0 comments on commit c404343

Please sign in to comment.