--- trunk/t/7-est.t 2005/11/24 11:47:15 125 +++ trunk/t/7-est.t 2005/11/24 11:47:21 126 @@ -23,15 +23,16 @@ passwd => 'admin', encoding => 'iso-8859-2', log => $log, + debug => 1, ), "new"); my $query = 'ivan'; -my $max = 10; +my $max = 3; ok(my @res = $est->search( - query => $query, + phrase => $query, + get_attr => [ qw/PersonalName TitleProper/ ], max => $max, - attr => [ qw/PersonalName TitleProper/ ], ), "search $query, max: $max"); cmp_ok(($#res + 1), '==', $max, "$max hits");