You are here

commons_search_core.facetapi_defaults.inc in Drupal Commons 7.3

File

modules/commons/commons_search/modules/commons_search_core/commons_search_core.facetapi_defaults.inc
View source
<?php

/**
 * @file
 * commons_search_core.facetapi_defaults.inc
 */

/**
 * Implements hook_facetapi_default_facet_settings().
 */
function commons_search_core_facetapi_default_facet_settings() {
  $export = array();
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search::author';
  $facet->searcher = 'search';
  $facet->realm = '';
  $facet->facet = 'author';
  $facet->enabled = FALSE;
  $facet->settings = array(
    'operator' => 'and',
    'hard_limit' => '50',
    'dependencies' => array(
      'roles' => array(),
    ),
    'facet_mincount' => 1,
    'facet_missing' => 0,
    'flatten' => 0,
    'query_type' => 'term',
  );
  $export['search::author'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search::bundle';
  $facet->searcher = 'search';
  $facet->realm = '';
  $facet->facet = 'bundle';
  $facet->enabled = FALSE;
  $facet->settings = array(
    'operator' => 'and',
    'hard_limit' => '50',
    'dependencies' => array(
      'roles' => array(),
    ),
    'facet_mincount' => 1,
    'facet_missing' => 0,
    'flatten' => 0,
    'query_type' => 'term',
  );
  $export['search::bundle'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search::changed';
  $facet->searcher = 'search';
  $facet->realm = '';
  $facet->facet = 'changed';
  $facet->enabled = FALSE;
  $facet->settings = array(
    'operator' => 'and',
    'hard_limit' => '50',
    'dependencies' => array(
      'roles' => array(),
    ),
    'facet_mincount' => 1,
    'facet_missing' => 0,
    'flatten' => 0,
    'query_type' => 'date_range',
  );
  $export['search::changed'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search::created';
  $facet->searcher = 'search';
  $facet->realm = '';
  $facet->facet = 'created';
  $facet->enabled = FALSE;
  $facet->settings = array(
    'operator' => 'and',
    'hard_limit' => '50',
    'dependencies' => array(
      'roles' => array(),
      'bundle' => 'none',
      'bundle_selected' => array(),
    ),
    'facet_mincount' => 1,
    'facet_missing' => 0,
    'flatten' => 0,
    'query_type' => 'date_range',
  );
  $export['search::created'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search::field_topics';
  $facet->searcher = 'search';
  $facet->realm = '';
  $facet->facet = 'field_topics';
  $facet->enabled = FALSE;
  $facet->settings = array(
    'operator' => 'and',
    'hard_limit' => '50',
    'dependencies' => array(
      'roles' => array(),
    ),
    'facet_mincount' => 1,
    'facet_missing' => 0,
    'flatten' => 0,
    'query_type' => 'term',
  );
  $export['search::field_topics'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search:block:author';
  $facet->searcher = 'search';
  $facet->realm = 'block';
  $facet->facet = 'author';
  $facet->enabled = TRUE;
  $facet->settings = array(
    'weight' => 0,
    'widget' => 'facetapi_links',
    'filters' => array(),
    'active_sorts' => array(
      'active' => 'active',
      'count' => 'count',
      'display' => 'display',
      'indexed' => 0,
    ),
    'sort_weight' => array(
      'active' => '-50',
      'count' => '-49',
      'display' => '-48',
      'indexed' => '0',
    ),
    'sort_order' => array(
      'active' => '3',
      'count' => '3',
      'display' => '4',
      'indexed' => '4',
    ),
    'empty_behavior' => 'text',
    'soft_limit' => '20',
    'nofollow' => 1,
    'show_expanded' => 0,
    'empty_text' => array(
      'value' => 'None available.',
      'format' => 'filtered_html',
    ),
    'submit_realm' => 'Save and go back to realm settings',
  );
  $export['search:block:author'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search:block:bundle';
  $facet->searcher = 'search';
  $facet->realm = 'block';
  $facet->facet = 'bundle';
  $facet->enabled = TRUE;
  $facet->settings = array(
    'weight' => 0,
    'widget' => 'facetapi_links',
    'filters' => array(),
    'active_sorts' => array(
      'active' => 'active',
      'count' => 'count',
      'display' => 'display',
      'indexed' => 0,
    ),
    'sort_weight' => array(
      'active' => '-50',
      'count' => '-49',
      'display' => '-48',
      'indexed' => '0',
    ),
    'sort_order' => array(
      'active' => '3',
      'count' => '3',
      'display' => '4',
      'indexed' => '4',
    ),
    'empty_behavior' => 'text',
    'soft_limit' => '20',
    'nofollow' => 1,
    'show_expanded' => 0,
    'empty_text' => array(
      'value' => 'No options available',
      'format' => 'filtered_html',
    ),
    'submit_realm' => 'Save and go back to realm settings',
  );
  $export['search:block:bundle'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search:block:changed';
  $facet->searcher = 'search';
  $facet->realm = 'block';
  $facet->facet = 'changed';
  $facet->enabled = TRUE;
  $facet->settings = array(
    'weight' => 0,
    'widget' => 'date_range',
    'filters' => array(),
    'active_sorts' => array(
      'active' => 'active',
      'indexed' => 'indexed',
      'count' => 0,
      'display' => 0,
    ),
    'sort_weight' => array(
      'active' => '-50',
      'indexed' => '-49',
      'count' => '0',
      'display' => '0',
    ),
    'sort_order' => array(
      'active' => '3',
      'indexed' => '4',
      'count' => '4',
      'display' => '4',
    ),
    'empty_behavior' => 'none',
    'soft_limit' => '20',
    'nofollow' => 1,
    'show_expanded' => 0,
    'empty_text' => array(
      'value' => '',
      'format' => 'filtered_html',
    ),
    'submit_realm' => 'Save and go back to realm settings',
  );
  $export['search:block:changed'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search:block:created';
  $facet->searcher = 'search';
  $facet->realm = 'block';
  $facet->facet = 'created';
  $facet->enabled = TRUE;
  $facet->settings = array(
    'weight' => 0,
    'widget' => 'date_range',
    'filters' => array(),
    'active_sorts' => array(
      'active' => 'active',
      'indexed' => 'indexed',
      'count' => 0,
      'display' => 0,
    ),
    'sort_weight' => array(
      'active' => '-50',
      'indexed' => '-49',
      'count' => '0',
      'display' => '0',
    ),
    'sort_order' => array(
      'active' => '3',
      'indexed' => '4',
      'count' => '4',
      'display' => '4',
    ),
    'empty_behavior' => 'text',
    'soft_limit' => '20',
    'nofollow' => 1,
    'show_expanded' => 0,
    'empty_text' => array(
      'value' => 'None available',
      'format' => 'filtered_html',
    ),
    'submit_realm' => 'Save and go back to realm settings',
  );
  $export['search:block:created'] = $facet;
  $facet = new stdClass();
  $facet->disabled = FALSE;

  /* Edit this to true to make a default facet disabled initially */
  $facet->api_version = 1;
  $facet->name = 'search:block:field_topics';
  $facet->searcher = 'search';
  $facet->realm = 'block';
  $facet->facet = 'field_topics';
  $facet->enabled = TRUE;
  $facet->settings = array(
    'weight' => 0,
    'widget' => 'facetapi_links',
    'filters' => array(),
    'active_sorts' => array(
      'active' => 'active',
      'count' => 'count',
      'display' => 'display',
      'indexed' => 0,
    ),
    'sort_weight' => array(
      'active' => '-50',
      'count' => '-49',
      'display' => '-48',
      'indexed' => '0',
    ),
    'sort_order' => array(
      'active' => '3',
      'count' => '3',
      'display' => '4',
      'indexed' => '4',
    ),
    'empty_behavior' => 'text',
    'soft_limit' => '20',
    'nofollow' => 1,
    'show_expanded' => 0,
    'empty_text' => array(
      'value' => 'No options available',
      'format' => 'filtered_html',
    ),
    'submit_realm' => 'Save and go back to realm settings',
  );
  $export['search:block:field_topics'] = $facet;
  return $export;
}

Functions

Namesort descending Description
commons_search_core_facetapi_default_facet_settings Implements hook_facetapi_default_facet_settings().