@@ -35,5 +35,5 @@ |
||
35 | 35 | if (isset($count['hits']['total'])) { |
36 | 36 | $nof = (int) $count['hits']['total']; |
37 | 37 | } |
38 | - return ['app_title'=>$index . "/" . $type ,'data'=>['index' => $index, 'type' => $type, 'documents'=> $documents, 'from' => $from, 'nof'=>$nof, 'size' => $size, 'sort'=>$sort, 'query'=>$query]]; |
|
38 | + return ['app_title'=>$index . "/" . $type, 'data'=>['index' => $index, 'type' => $type, 'documents'=> $documents, 'from' => $from, 'nof'=>$nof, 'size' => $size, 'sort'=>$sort, 'query'=>$query]]; |
|
39 | 39 | } |