From 42d8be2b814ce3fa5841edf1bec84f25955a381e Mon Sep 17 00:00:00 2001 From: Jarmo Kivekas Date: Wed, 22 Oct 2014 07:48:36 +0300 Subject: [PATCH] tweak independence day goodie triggers --- lib/DDG/Goodie/IndependenceDay.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DDG/Goodie/IndependenceDay.pm b/lib/DDG/Goodie/IndependenceDay.pm index 6b6cfe4e0..598b23f43 100644 --- a/lib/DDG/Goodie/IndependenceDay.pm +++ b/lib/DDG/Goodie/IndependenceDay.pm @@ -12,7 +12,7 @@ zci is_cached => 1; # Metadata. See https://duck.co/duckduckhack/metadata for help in filling out this section. name "independence day "; description "Succinct explanation of what this instant answer does"; -primary_example_queries "what is the independence day of turkey", "china, independence day"; +primary_example_queries "what is the independence day of norway", "independence day, peru"; secondary_example_queries "optional -- demonstrate any additional triggers"; category "dates"; topics "trivia"; @@ -21,7 +21,7 @@ attribution github => ["jarmokivekas", "Jarmo Kivekäs"], web => ["http://guttula.com", "Jarmo Kivekäs"]; # Triggers -triggers any => "independence day"; +triggers any => "independence day", "day of independence"; my $json = share('independence_days.json')->slurp; $json = decode_json($json);