Skip to content

Commit

Permalink
sorted results in autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Apr 13, 2015
1 parent 85d7035 commit c1c563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/server/controller/search/autocomplete.t
Expand Up @@ -15,7 +15,7 @@ test_psgi app, sub {
'GET' );
my $json = decode_json_ok($res);

my $got = [ map { @{ $_->{fields}{documentation} } }
my $got = [ map { $_->{fields}{documentation} }
@{ $json->{hits}{hits} } ];

is_deeply $got, [
Expand Down

0 comments on commit c1c563b

Please sign in to comment.