Custom Query (2152 matches)
Results (2131 - 2133 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1493 | fixed | 'search-index rebuild/clear' doesn't work if no ckan.site_id | dread | dread |
Description |
You can't delete things from the SOLR search index if the ckan.site_id and ckan.site_url are blank. Should assert that one of these are set up. |
|||
#1440 | fixed | 'paster db load' doesn't update search index | dread | dread |
Description |
paster db load ckan.pgdump will load in the database but not update the search index, no we're using SOLR. implementationWe can't tack on 'rebuild' to this command, because it needs a 'db upgrade' first. I'm tempted to make 'db load' do the upgrade and rebuild all in one command. |
|||
#1346 | fixed | 'get_authorization_group_dict not found' exception | dread | dread |
Description |
This stems from a feature to allow you to prefill fields in the authorizationgroup creation form. e.g. http://ckan.net/authorizationgroup/new?name=science It's not tested, not supported in the new logic layer and therefore broken. I don't think anyone uses it - can remove it. |