Scott Limmer
Scott Limmer
**Describe the bug** When using `start` and `limit` query params to paginate results, returned records aren't unique to entire result set. E.g.: dataset identifier `ds-dga-f2ab58d7-18b7-44dc-9121-9cd0ae829d22` appears in both of the...
Added ability to include/exclude filter by tags as per organization/groups. PR includes logic, CHANGELOG, README, tests
CKAN 2.8.x has a requirement of `redis == 2.10.6` ckanext-harvest throws the below error with this version of redis. Force upgrading redis (`pip install redis==3.5.3`) fixes this error, however the...
I have a need to harvest records from another CKAN instance filtered by Organisation and Tag. Planning to replicate organization/groups include/exclude code to allow tag filtering. Logging issue to go...
## Fixes - Fixes #152 by @mandrasch ## Description Adds `rel="license"` attribute to all links to CC licenses as per [rel="license" - Microformats Wiki](https://microformats.org/wiki/rel-license) ## Checklist - [X] My pull...