oa_search.strongarm.inc in Open Atrium Search 7.2
File
oa_search.strongarm.inc
View source
<?php
function oa_search_strongarm() {
$export = array();
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'facetapi:block_cache:search_api@solr_user_index';
$strongarm->value = -1;
$export['facetapi:block_cache:search_api@solr_user_index'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'facetapi:block_cache:search_api@user_index';
$strongarm->value = -1;
$export['facetapi:block_cache:search_api@user_index'] = $strongarm;
return $export;
}