Skip to content

Commit

Permalink
premature
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Dec 13, 2016
1 parent f5ae0b8 commit 031670f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/MetaCPAN/Document/File/Set.pm
Expand Up @@ -511,10 +511,10 @@ sub autocomplete_using_suggester {
filter => {
bool => {
must => [
{ term => { indexed => 1 } },
{ term => { authorized => 1 } },
{ term => { status => 'latest' } },
{ terms => { 'documentation.raw' => \@docs } },
{ term => { indexed => 1 } },
{ term => { authorized => 1 } },
{ term => { status => 'latest' } },
{ terms => { 'documentation' => \@docs } },
],
}
}
Expand Down

0 comments on commit 031670f

Please sign in to comment.