diff --git a/lib/commands/get.pm b/lib/commands/get.pm index f8f77f0a719e35daad1554aec99dfc9bf39dec64..3ed7283213a6e009d95adf8fd78a75942b67c1bb 100644 --- a/lib/commands/get.pm +++ b/lib/commands/get.pm @@ -25,6 +25,7 @@ sub exec { my $rows = $db_query->get_rows($query); if (scalar @{$query->tags} == 0 + and scalar @{$query->words} > 0 and $query->id == -1 and $rows > 10 and not $query->force)