|
@@ -22,7 +22,7 @@ |
|
|
block discarded – undo |
|
22
|
22
|
return ['app_title' => $index . '/' . $type, 'data' => ['index' => $index, 'type' => $type, 'documents' => $documents, 'from' => $from, 'nof' => $nof, 'size' => $size, 'sort' => $sort, 'query' => $query]]; |
|
23
|
23
|
} |
|
24
|
24
|
|
|
25
|
|
-function es_type_query($request, $index, $type, $size){ |
|
|
25
|
+function es_type_query($request, $index, $type, $size) { |
|
26
|
26
|
$params = []; |
|
27
|
27
|
$from = $request->getParam('from', 0); |
|
28
|
28
|
$sort = $request->getParam('sort', ''); |
Please login to merge, or discard this patch.