Skip to content

Commit

Permalink
Revert "Revert "Stop intentionally throwing out our solr connection a…
Browse files Browse the repository at this point in the history
…ll over the place.""

This reverts commit b973694.

Conflicts:
	ckan/lib/search/common.py
	ckan/lib/search/query.py
  • Loading branch information
wardi committed Sep 11, 2017
1 parent 56906f2 commit 0205e6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/lib/search/query.py
Expand Up @@ -392,7 +392,5 @@ def run(self, query):
except Exception, e:
log.exception(e)
raise SearchError(e)
finally:
conn.close()

return {'results': self.results, 'count': self.count}

0 comments on commit 0205e6a

Please sign in to comment.