Skip to content

Commit

Permalink
Don't drink and comment ;p
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Nov 27, 2012
1 parent 073d3f7 commit b483b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/logic/action/get.py
Expand Up @@ -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():
Expand Down

0 comments on commit b483b5f

Please sign in to comment.