2
0
visuddhinanda 3 жил өмнө
parent
commit
53f1847c54

+ 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,
           };
         });