Kaori Tokashiki 5 лет назад
Родитель
Сommit
078f173df3
1 измененных файлов с 1 добавлено и 6 удалено
  1. 1 6
      src/server/service/bolt.js

+ 1 - 6
src/server/service/bolt.js

@@ -182,13 +182,8 @@ class BoltService {
     args.unshift(shiftedValue);
 
     const { searchService } = this.crowi;
-    const ApiPaginate = require('../util/apiPaginate');
-
     const options = { limit: 10, offset };
-
-    const paginateOpts = ApiPaginate.parseOptionsForElasticSearch(options);
-
-    const results = await searchService.searchKeyword(keywords, null, {}, paginateOpts);
+    const results = await searchService.searchKeyword(keywords, null, {}, options);
 
 
     // no search results