Skip to content

Commit

Permalink
[1607] Fixing up the faceting for group_read
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Feb 16, 2012
1 parent 8981364 commit eb0d5e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/controllers/group.py
Expand Up @@ -219,8 +219,6 @@ def read(self, id):

# Search within group
q += ' groups: "%s"' % c.group_dict.get('name')
for gp in c.group.get_children_groups( ):
q += ' groups: "%s"' % gp.name

try:
description_formatted = ckan.misc.MarkdownFormat().to_html(c.group_dict.get('description',''))
Expand Down

0 comments on commit eb0d5e3

Please sign in to comment.