From 46b383df7f72d994ee0ee6b7e886cdfbdf8ebe8b Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Thu, 28 Aug 2025 11:30:22 +0330 Subject: [PATCH] refactor(search): remove rtl property from search index configuration --- quartz/components/scripts/search.inline.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/components/scripts/search.inline.ts b/quartz/components/scripts/search.inline.ts index 008e911a9..1c87feaed 100644 --- a/quartz/components/scripts/search.inline.ts +++ b/quartz/components/scripts/search.inline.ts @@ -26,7 +26,6 @@ const encoder = (str: string) => { let index = new FlexSearch.Document({ encode: encoder, - rtl: true, document: { id: "id", tag: "tags",