From a61cccb09387c46175d7906519bd2e1307a1dbbb Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Thu, 19 Dec 2024 12:07:16 +0530 Subject: [PATCH] Updated docs of seach Signed-off-by: AmbrishRamachandiran --- docs/features/search/getting-started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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,