Skip to content

Commit

Permalink
only a basic author searc
Browse files Browse the repository at this point in the history
h
  • Loading branch information
ranguard committed Oct 27, 2017
1 parent 8b9a560 commit 482d3b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/model/search.t
Expand Up @@ -46,10 +46,10 @@ ok( $search->_not_rogue, '_not_rogue' );
# 'lib/Pod/Pm/NoPod.pod', 'second expanded result is expected' );
# }

# {
# my $results = $search->search_web('author:Mo');
# is( @{ $results->{results} }, 5, '5 results on author search' );
# }
{
my $results = $search->search_web('author:Mo');
is( @{ $results->{results} }, 5, '5 results on author search' );
}

# {
# my $long_form = $search->search_web('distribution:Pod-Pm');
Expand Down

0 comments on commit 482d3b6

Please sign in to comment.