diff --git a/lib/DDG/Goodie/Regexp.pm b/lib/DDG/Goodie/Regexp.pm index e85c3882f..d2174434a 100644 --- a/lib/DDG/Goodie/Regexp.pm +++ b/lib/DDG/Goodie/Regexp.pm @@ -85,6 +85,9 @@ handle query => sub { record_data => $matches, record_keys => \@key_order, }, + meta => { + signal => 'high', + }, templates => { group => 'list', options => { diff --git a/t/Regexp.t b/t/Regexp.t index 3856df3f6..5d64ce1ab 100644 --- a/t/Regexp.t +++ b/t/Regexp.t @@ -20,6 +20,9 @@ sub build_structured_answer { record_data => $result, record_keys => \@{[sort (keys %$result)]}, }, + meta => { + signal => 'high', + }, templates => { group => 'list', options => {