فهرست منبع

add number in ISearchView

visuddhinanda 2 سال پیش
والد
کامیت
95fb40ce06
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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[];