mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
refactor(search): remove rtl property from search index configuration
This commit is contained in:
parent
0d7ade180b
commit
46b383df7f
@ -26,7 +26,6 @@ const encoder = (str: string) => {
|
||||
|
||||
let index = new FlexSearch.Document<Item>({
|
||||
encode: encoder,
|
||||
rtl: true,
|
||||
document: {
|
||||
id: "id",
|
||||
tag: "tags",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user