Skip to content

Commit

Permalink
remove some whitespace differences with master
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Jan 7, 2015
1 parent 698133e commit 0d1cba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ckan/lib/dictization/model_dictize.py
Expand Up @@ -380,6 +380,7 @@ def group_dictize(group, context,
if include_extras:
result_dict['extras'] = extras_dict_dictize(
group._extras, context)

context['with_capacity'] = True

if packages_field:
Expand Down
3 changes: 2 additions & 1 deletion ckan/lib/search/query.py
Expand Up @@ -354,7 +354,8 @@ def run(self, query):
# http://wiki.apache.org/solr/DisMaxQParserPlugin#mm_.28Minimum_.27Should.27_Match.29
query['mm'] = query.get('mm', '2<-1 5<80%')
query['qf'] = query.get('qf', QUERY_FIELDS)



conn = make_connection()
log.debug('Package query: %r' % query)
try:
Expand Down

0 comments on commit 0d1cba4

Please sign in to comment.