Custom Query (2152 matches)
Results (715 - 717 of 2152)
Ticket | Resolution | Summary | Owner | Reporter | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#191 | fixed | Searching by modification date | johnglover | dread | ||||||||||
Description |
Cost - 2 days Search interface has new options to filter and sort the results by the date the package has been last modified in ckan. Search options are included in both Web UI and Search API. The filter specifies a range of dates. The results can be sorted by ascending or descending dates. The last modification date is surfaced in the package. Example search parameters:
|
|||||||||||||
#318 | fixed | Insufficient validation of resource URIs | johnglover | wwaites | ||||||||||
Description |
The CKAN instance on data.gov.uk serves invalid URIs out of its API. For example the following can be found, In this URI, the : and / characters after the ? in the query part are invalid according to section 3.4 of RFC2396 Also URIs are not stripped of whitespace at the end. This causes problems when other software with a more correct interpretation of what a valid URI is attempts to consume data from CKAN. In this instance the Talis triplestore complains about such URIs. "Be liberal in what you accept and conservative in what you send" would seem apt. Actions
|
|||||||||||||
#816 | fixed | Autocomplete for the resource format field | johnglover | cygri | ||||||||||
Description |
The field for entering the format of a resource should have autocomplete, populated from all the values that have already been entered in this field for any resource. This would help improve data quality and consistency. |