Explorar o código

add number in ISearchView

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
95fb40ce06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/fts/FullTextSearchResult.tsx

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

@@ -40,7 +40,7 @@ interface IFtsItem {
   rank?: number;
 }
 
-export type ISearchView = "pali" | "title" | "page";
+export type ISearchView = "pali" | "title" | "page" | "number";
 interface IWidget {
   keyWord?: string;
   keyWords?: string[];