From b87984b720571163a76e8526f4e6595485eef6f7 Mon Sep 17 00:00:00 2001 From: Ben Moon Date: Thu, 4 Feb 2016 12:06:25 +0000 Subject: [PATCH] Set signal to high Some other IAs trigger on the obscure regex queries! --- lib/DDG/Goodie/Regexp.pm | 3 +++ t/Regexp.t | 3 +++ 2 files changed, 6 insertions(+) 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 => {