From eef09b529d165d4ab517787bbd8f2df4a991f685 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Sat, 22 Oct 2011 12:56:22 +0200 Subject: [PATCH] making the search term optional --- usatoday/usatoday.articles.search.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usatoday/usatoday.articles.search.xml b/usatoday/usatoday.articles.search.xml index 8338e4df..1a0ad600 100644 --- a/usatoday/usatoday.articles.search.xml +++ b/usatoday/usatoday.articles.search.xml @@ -8,7 +8,8 @@ USA TODAY Articles API http://developer.usatoday.com/docs/read/articles - SELECT * FROM {table} WHERE api_key='YOUR_API_KEY' AND search='money' + SELECT * FROM {table} WHERE api_key='YOUR_API_KEY' AND search='money' + SELECT * FROM {table} WHERE api_key='YOUR_API_KEY' AND reporter='Zillgitt' @@ -27,7 +28,7 @@ - +