Custom Query (2152 matches)
Results (307 - 309 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#317 | fixed | Make search pluggable | pudo | rgrp |
Description |
Make lib/search.py pluggable so that we can plug in different search systems (e.g. SOLR). Suggest we define a base Search class from which specific search implementations inherit (e.g. SQLSearch, SOLRSearch etc). The specific one being used would then be set via a config variable. |
|||
#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
|
|||
#319 | fixed | Local Authority license misnamed in migration script 18 | dread | dread |
Description |
Migration script 18 converts license "OKD Compliant::Local Authority Copyright with data.gov.uk rights" into "uklocalauthority-withrights" when it should be "localauth-withrights", according to the license service SoS 2. This causes clients difficulties looking it up. |