From 1a8bb56c72ad34cf159e03b97a467e5e35a614c5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 1 May 2012 20:40:24 +0200 Subject: searching works now (pager missing) --- scripts/search.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/search.php b/scripts/search.php index b6273b4..af7a085 100644 --- a/scripts/search.php +++ b/scripts/search.php @@ -24,7 +24,6 @@ if ($GLOBALS['phorkie']['cfg']['setupcheck']) { SetupCheck::run(); } -//delete all repos $r = new \HTTP_Request2( 'http://localhost:9200/phorkie/repo/_search', \HTTP_Request2::METHOD_GET @@ -32,6 +31,8 @@ $r = new \HTTP_Request2( $r->setBody( json_encode( (object)array( + 'from' => 0, + 'size' => 2, 'query' => (object)array( 'bool' => (object)array( 'should' => array( -- cgit v1.2.3