[ckan-changes] [okfn/ckan] 2afe42: [#853] Fix license facets
GitHub
noreply at github.com
Wed May 1 09:31:19 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 2afe4269097e21c46547cec68ad80f7a293c5a1a
https://github.com/okfn/ckan/commit/2afe4269097e21c46547cec68ad80f7a293c5a1a
Author: amercader <amercadero at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/controllers/package.py
M ckan/lib/app_globals.py
M ckan/logic/action/get.py
Log Message:
-----------
[#853] Fix license facets
The current default facets were using a 'license' field which is not present
in the Solr index. Changed it to 'license_id' and added some logic in
package_search to return a display name for them.
Commit: 2a6c4408faa8ee4c0ff0416304b8667c04c3f90d
https://github.com/okfn/ckan/commit/2a6c4408faa8ee4c0ff0416304b8667c04c3f90d
Author: tobes <toby.junk at gmail.com>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M ckan/controllers/package.py
M ckan/lib/app_globals.py
M ckan/logic/action/get.py
Log Message:
-----------
Merge branch '853-license-facet'
Compare: https://github.com/okfn/ckan/compare/30c5ff751dec...2a6c4408faa8
More information about the ckan-changes
mailing list