Ver Fonte

add number in ISearchView

visuddhinanda há 2 anos atrás
pai
commit
95fb40ce06
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
   rank?: number;
 }
 }
 
 
-export type ISearchView = "pali" | "title" | "page";
+export type ISearchView = "pali" | "title" | "page" | "number";
 interface IWidget {
 interface IWidget {
   keyWord?: string;
   keyWord?: string;
   keyWords?: string[];
   keyWords?: string[];