From b483b5fc545d8c6d4f4882777d3a6729fa43d50b Mon Sep 17 00:00:00 2001 From: tobes Date: Tue, 27 Nov 2012 00:34:15 +0000 Subject: [PATCH] Don't drink and comment ;p --- ckan/logic/action/get.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckan/logic/action/get.py b/ckan/logic/action/get.py index 0a8444c5046..d4835693e1c 100644 --- a/ckan/logic/action/get.py +++ b/ckan/logic/action/get.py @@ -1138,8 +1138,8 @@ def package_search(context, data_dict): fq = data_dict.get('fq','') # filters get converted to solr query params - # FIXME we are destructively removing dat_dict['filters'] so it is - # no longer availbale. Is this what we want. We do it to keep SOLR + # FIXME we are destructively removing data_dict['filters'] so it is + # no longer available. Is this what we want. We do it to keep SOLR # happy. filters = data_dict.pop('filters', {}) for filter_name, filter_value_list in filters.iteritems():