Custom Query (2152 matches)
Results (1054 - 1056 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#309 | fixed | Tag list shows unused tags | pudo | dread |
Description |
Deleted tags are visible on the /tag page and are searchable. Delete tags are ones that were in use once and then discarded, so this includes ones which are not used on any packages any more, including misspelling, mistakes, and deprecated tags. It would makes sense to remove them. Example tag that is viewed at /tag and searchable: http://ckan.net/tag/2rand[0 |
|||
#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. |
|||
#327 | wontfix | Create a web hook worker for CKAN | pudo | pudo |
Description |
We need to have a UI module that allows for the hook CRUD and some feedback (e.g. non 200 status codes) |