Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (991 - 993 of 2152)

Ticket Resolution Summary Owner Reporter
#273 fixed Investigate search index options and create tickets pudo rgrp

Reported by rgrp, 4 years ago.

Description

Work already here: http://knowledgeforge.net/ckan/trac/wiki/SearchEngine

Add knowledge there or to:

http://wiki.okfn.org/SoftwareTools/Search

#309 fixed Tag list shows unused tags pudo dread

Reported by dread, 4 years ago.

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

Reported by rgrp, 4 years ago.

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.

Note: See TracQuery for help on using queries.