Custom Query (2152 matches)
Results (115 - 117 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#158 | fixed | Add 'extras' to REST API | dread | dread |
Description |
On Package get, ensure separation of extra attributes from other attributes. What is the meaning of posting an incomplete dictionary (updating a package)? Option 1 - if field not present, leave field alone
Option 2 - user must supply all fields
Prefer option 1. Document this. Follows on from ticket:152 |
|||
#159 | fixed | Searching for tags:... resulting in lots of tags being found | dread | rgrp |
Description |
Search of form: tags: ... behaves differently depending on whether there is a leading space:
Let's fix this. Cost: 0.5h |
|||
#160 | fixed | Implement internal links in CKAN notes markup | dread | rgrp |
Description |
Suggest form is: key:value (with optional space after ':'. Keys would be for an object, i.e. 'package', 'tag', 'group'. Becomes a link. This would be implemented by implementing a 'Parser' or 'Processor' object which is run before markdown is done. Regex replace. Cost: 4h |