# Search Configuration
Settings in the Search Lucene section of the CRM Configuration screen. Controls full-text search behaviour: fuzzy matching, how much is indexed per batch, and the nightly re-indexing job.
# Configuration Reference
# Interval
How often the background service checks for records that need (re-)indexing.
- Format:
HH:mm:ss - Default:
00:00:30
# MaxNumberOfRecords
Maximum number of records indexed in one batch.
- Allowed values: a positive number
- Default:
100
# DisableFuzzySearch
Disables fuzzy (approximate) matching in search results.
- Allowed values:
true,false - Default:
false
# MinimalFuzzyMatchingScore
Minimum match score, on a 0–100 scale, for a fuzzy search result to be included.
- Allowed values: a number from
0to100 - Default:
60
# DisableUpdateSearchLinkedEmployees
Updates the search index for employees linked to a changed company only once a day, in the nightly job, instead of immediately. Enable for large databases.
- Allowed values:
true,false - Default:
false
# DisableUpdateSearchLinkedMatters
Updates the search index for matters linked to a changed contact only once a day, in the nightly job, instead of immediately. Enable for large databases.
- Allowed values:
true,false - Default:
true
# RebuildIndexForTypes
Record types whose full-text index is rebuilt in the nightly job, for example Contact, Matter, Activity. Leave empty to not force a rebuild.
- Allowed values: one or more record type names
- Default: none
# UseAndInSearchCriteria (deprecated)
Uses AND as the default combination between search terms when no operator is specified.
- Allowed values:
true,false - Default:
true
# Advanced search/print views
The advanced-search and advanced-print field lists shown to the user are not entered on this
configuration screen — they are defined in SearchAdvancedView.ini/SearchAdvancedView.master.ini
and PrintAdvancedView.ini/PrintAdvancedView.master.ini in the application's Config folder,
and are picked up automatically as soon as the file changes.