refactor(search): remove rtl property from search index configuration

This commit is contained in:
Amir Pourmand 2025-08-28 11:30:22 +03:30
parent 0d7ade180b
commit 46b383df7f

View File

@ -26,7 +26,6 @@ const encoder = (str: string) => {
let index = new FlexSearch.Document<Item>({
encode: encoder,
rtl: true,
document: {
id: "id",
tag: "tags",