You are here

function panopoly_search_update_7002 in Panopoly Search 7

Panopoly Beta 5 Update: Using Pantheon Solr Search System

File

./panopoly_search.install, line 78
Installation file for Panopoly Search

Code

function panopoly_search_update_7002(&$sandbox) {

  // This update function used to enable Solr search on Pantheon, but this
  // was later disabled in panopoly_search_update_7004(), so there is no sense
  // in enabling it here at all.
  return t("Panopoly was *not* configured to use Pantheon's Solr Service");
}