[ckan-changes] [ckan/ckan] d0b96f: [#1792] Get only distinct values from the datastor...
GitHub
noreply at github.com
Tue Jul 8 14:18:56 UTC 2014
Branch: refs/heads/1792-filterable-resource-views
Home: https://github.com/ckan/ckan
Commit: d0b96fb092a37f71f348b0252ab14ec67b3d1190
https://github.com/ckan/ckan/commit/d0b96fb092a37f71f348b0252ab14ec67b3d1190
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M ckan/public/base/javascript/modules/resource-view-filters.js
Log Message:
-----------
[#1792] Get only distinct values from the datastore
This code depends on code from pull request #1815.
Commit: d93cf29cdd2cfa283d1c36e2241882165b56e8c6
https://github.com/ckan/ckan/commit/d93cf29cdd2cfa283d1c36e2241882165b56e8c6
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M ckan/public/base/javascript/modules/resource-view-filters.js
Log Message:
-----------
[#1792] Limit to 20, instead of 100 results
We don't need that many results at once on a selectbox, and getting less means
a faster query and less data to transmit.
Compare: https://github.com/ckan/ckan/compare/4c9db5069545...d93cf29cdd2c
More information about the ckan-changes
mailing list