Ticket #1454 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

postgres search code/data removal

Reported by: dread Owned by: dread
Priority: minor Milestone: ckan-sprint-2011-11-21
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

We made SOLR the main and only supported way to do CKAN search three months ago (#1275), but I notice that we still have remnants of the postgres full-text search hanging around:

  • model code (ckan/model/search_index.py)
  • table in the database (package_search)

The presence of these still create sqlalchemy warnings and add to our db, (& db backups etc), so it would be good to get rid of them if we are not using them. John says this can probably be removed

Change History

comment:1 Changed 2 years ago by dread

  • Status changed from new to closed
  • Resolution set to fixed

Done in cset:138c5daf7765 heading for release 1.5.1.

Note: See TracTickets for help on using tickets.