DuckDuckGo.pm: comment update.

master
Caine Tighe 2016-05-18 15:26:39 -04:00
parent 0e365064d3
commit 1e4f15d07f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ handle query_raw => sub {
$key =~ s/\b$trigger\b//g; # Strip trigger on word boundaries.
$key =~ s/\?//g; # Allow for questions, but don't pollute skip words.
$key =~ s/$skip_words_re//g; # Strip skip words.
$key =~ s/\W+//g; # Strip all white space.
$key =~ s/\W+//g; # Strip all non-word characters.
#warn "Query: '$_'\tTrigger: '$trigger'\tMajor Key: '$key'";