Custom Query (2152 matches)
Results (991 - 993 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#273 | fixed | Investigate search index options and create tickets | pudo | rgrp |
Description |
Work already here: http://knowledgeforge.net/ckan/trac/wiki/SearchEngine Add knowledge there or to: |
|||
#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. |