[ckan-changes] commit/ckanextiati: pudo: update solr index
Bitbucket
commits-noreply at bitbucket.org
Tue May 24 16:46:15 UTC 2011
1 new changeset in ckanextiati:
http://bitbucket.org/okfn/ckanextiati/changeset/dd47631e0b8d/
changeset: r62:dd47631e0b8d
user: pudo
date: 2011-05-24 18:46:07
summary: update solr index
affected #: 1 file (7 bytes)
--- a/templates/package/search_form.html Tue May 24 17:06:21 2011 +0200
+++ b/templates/package/search_form.html Tue May 24 18:46:07 2011 +0200
@@ -3,7 +3,7 @@
<?python
any = [('', 'Any')]
- country_options = any + [(o, h.country_name(o) + " (%s)" % n) for o, n in c.facets.get('country', {}).items()]
+ country_options = any + [(o, h.country_name(o) + " (%s)" % n) for o, n in c.facets.get('extras_country', {}).items()]
groups_options = any + [(o, h.group_title(o) + " (%s)" % n) for o, n in c.facets.get('groups', {}).items()]
types_options = any + [(o, o + " (%s)" % n) for o, n in c.facets.get('groups_types', {}).items()]
?>
Repository URL: https://bitbucket.org/okfn/ckanextiati/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list