mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 19:04: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>({
|
let index = new FlexSearch.Document<Item>({
|
||||||
encode: encoder,
|
encode: encoder,
|
||||||
rtl: true,
|
|
||||||
document: {
|
document: {
|
||||||
id: "id",
|
id: "id",
|
||||||
tag: "tags",
|
tag: "tags",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user