commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / templates / CRM / Admin / Form / Setting / Search.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 <div class="crm-block crm-form-block crm-search-setting-form-block">
27 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
28 <table class="form-layout">
29 <tr class="crm-search-setting-form-block-includeWildCardInName">
30 <td class="label">{$form.includeWildCardInName.label}</td>
31 <td>{$form.includeWildCardInName.html}<br />
32 <span class="description">{ts}If enabled, wildcards are automatically added to the beginning AND end of the search term when users search for contacts by Name. EXAMPLE: Searching for 'ada' will return any contact whose name includes those letters - e.g. 'Adams, Janet', 'Nadal, Jorge', etc. If disabled, a wildcard is added to the end of the search term only. EXAMPLE: Searching for 'ada' will return any contact whose last name begins with those letters - e.g. 'Adams, Janet' but NOT 'Nadal, Jorge'. Disabling this feature will speed up search significantly for larger databases, but users must manually enter wildcards ('%' or '_') to the beginning of the search term if they want to find all records which contain those letters. EXAMPLE: '%ada' will return 'Nadal, Jorge'.{/ts}</span>
33 </td>
34 </tr>
35 <tr class="crm-search-setting-form-block-includeEmailInName">
36 <td class="label">{$form.includeEmailInName.label}</td>
37 <td>{$form.includeEmailInName.html}<br />
38 <span class="description">{ts}If enabled, email addresses are automatically included when users search by Name. Disabling this feature will speed up search significantly for larger databases, but users will need to use the Email search fields (from Advanced Search, Search Builder, or Profiles) to find contacts by email address.{/ts}</span></td>
39 </tr>
40 <tr class="crm-search-setting-form-block-includeNickNameInName">
41 <td class="label">{$form.includeNickNameInName.label}</td>
42 <td>{$form.includeNickNameInName.html}<br />
43 <span class="description">{ts}If enabled, nicknames are automatically included when users search by Name.{/ts}</span></td>
44 </tr>
45 <tr class="crm-search-setting-form-block-includeAlphabeticalPager">
46 <td class="label">{$form.includeAlphabeticalPager.label}</td>
47 <td>{$form.includeAlphabeticalPager.html}<br />
48 <span class="description">{ts}If disabled, the alphabetical pager will not be displayed on the search screens. This will improve response time on search results on large datasets.{/ts}</span></td>
49 </tr>
50 <tr class="crm-search-setting-form-block-includeOrderByClause">
51 <td class="label">{$form.includeOrderByClause.label}</td>
52 <td>{$form.includeOrderByClause.html}<br />
53 <span class="description">{ts}If disabled, the search results will not be ordered. This will improve response time on search results on large datasets significantly.{/ts}</span></td>
54 </tr>
55 <tr class="crm-search-setting-form-block-defaultSearchProfileID">
56 <td class="label">{$form.defaultSearchProfileID.label}</td>
57 <td>{$form.defaultSearchProfileID.html}<br />
58 <span class="description">{ts}If set, this will be the default profile used for contact search. This is experimental functionality.{/ts}</span></td>
59 </tr>
60 <tr class="crm-search-setting-form-block-smartGroupCacheTimeout">
61 <td class="label">{$form.smartGroupCacheTimeout.label}</td>
62 <td>{$form.smartGroupCacheTimeout.html}<br />
63 <span class="description">{ts}The number of minutes to cache smart group contacts. We strongly recommend that this value be greater than zero, since a value of zero means no caching at all. If your contact data changes frequently, you should set this value to at least 5 minutes.{/ts}</span></td>
64 </tr>
65 <tr class="crm-search-setting-form-block-autocompleteContactSearch">
66 <td class="label">{$form.autocompleteContactSearch.label}</td>
67 <td>{$form.autocompleteContactSearch.html}<br/>
68 <span class="description">{ts}Selected fields will be displayed in back-office autocomplete dropdown search results (Quick Search, etc.). Contact Name is always included.{/ts}</span></td>
69 </tr>
70 <tr class="crm-search-setting-form-block-autocompleteContactReference">
71 <td class="label">{$form.autocompleteContactReference.label}</td>
72 <td>{$form.autocompleteContactReference.html}<br/>
73 <span class="description">{ts}Selected fields will be displayed in autocomplete dropdown search results for 'Contact Reference' custom fields. Contact Name is always included. NOTE: You must assign 'access contact reference fields' permission to the anonymous role if you want to use custom contact reference fields in profiles on public pages. For most situations, you should use the 'Limit List to Group' setting when configuring a contact reference field which will be used in public forms to prevent exposing your entire contact list.{/ts}</span></td>
74 </tr>
75 <tr class="crm-search-setting-form-block-search_autocomplete_count">
76 <td class="label">{$form.search_autocomplete_count.label}</td>
77 <td>{$form.search_autocomplete_count.html}<br />
78 <span class="description">{ts}The maximum number of contacts to show at a time when typing in an autocomplete field.{/ts}</span></td>
79 </tr>
80 <tr class="crm-miscellaneous-form-block-enable_innodb_fts">
81 <td class="label">{$form.enable_innodb_fts.label}</td>
82 <td>{$form.enable_innodb_fts.html}<br />
83 <p class="description">{$enable_innodb_fts_description}</p>
84 </td>
85 </tr>
86
87
88 </table>
89 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
90
91 </div>