diff --git a/docs/features/search/getting-started.md b/docs/features/search/getting-started.md index a4b5348dbb..e543df5ab8 100644 --- a/docs/features/search/getting-started.md +++ b/docs/features/search/getting-started.md @@ -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,