visuddhinanda 3 лет назад
Родитель
Сommit
53f1847c54
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/fts/FullTextSearchResult.tsx

+ 1 - 1
dashboard/src/components/fts/FullTextSearchResult.tsx

@@ -85,7 +85,7 @@ const Widget = ({
             paragraph: item.paragraph,
             title: item.title ? item.title : item.paliTitle,
             paliTitle: item.paliTitle,
-            content: item.highlight,
+            content: item.highlight.replaceAll("** ti ", "**ti "),
             path: item.path,
           };
         });