Custom Query (2152 matches)
Results (622 - 624 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#161 | fixed | Tag listing is incorrect | dread | rgrp |
Description |
E.g. http://ckan.net/tag/read/postcodes this has no-postcode listed but when you look at that package 'postcodes' isn't a tag ... I suspect this may be to do with search using deleted tags as I think no-postcode had postcodes as a tag at some point earlier ... |