Set signal to high

Some other IAs trigger on the obscure regex queries!
master
Ben Moon 2016-02-04 12:06:25 +00:00
parent b78c88ea0c
commit b87984b720
2 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,9 @@ handle query => sub {
record_data => $matches,
record_keys => \@key_order,
},
meta => {
signal => 'high',
},
templates => {
group => 'list',
options => {

View File

@ -20,6 +20,9 @@ sub build_structured_answer {
record_data => $result,
record_keys => \@{[sort (keys %$result)]},
},
meta => {
signal => 'high',
},
templates => {
group => 'list',
options => {