Ticket #1454 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
Done in cset:138c5daf7765 heading for release 1.5.1.