Explorar el Código

add number in ISearchView

visuddhinanda hace 2 años
padre
commit
95fb40ce06
Se han modificado 1 ficheros con 1 adiciones y 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[];