Substitution support (when some characters in one language is substituted
with similar characters in other language)
Fuzzy search, with the possibility to define the threshold
Search scope definition, within selected metadata objects
Search results as XML or HTML documents, found entries highlighted
Full-text indexing of standard field names (i.e. 'Code', 'Name', etc.) for
all languages of a configuration
Search for synonyms for Russian, Ukrainian and English
Russian morphological dictionary contains a number of business-specific
words
The possibility to use additional fell-text search dictionaries
The 1C:Enterprise 8 distributive kit includes thesaurus dictionary and
synonyms for Russian, English and Ukrainian (provided by 'Informatik'
company, Russia).
Implementation of Full-text Search
The mechanism of full-text search allows using operators – AND, OR, NOT, NEAR
and others.
It is based on two components:
Full-text index that is created for a current database and then
periodically updated, as necessary.
Full-text search execution means.
Creation and updating of full-text index can be performed interactively in
1C: Enterprise 8 mode, or by means of the
script language:
Implemented a Full-text search property for configuration objects;
Implemented embedded language objects to control indexing of full-text
search and to perform full-text search;
Implemented a global context property – FulltextSearch;
Implemented the capability of interactive control of full-text indexing in
1C:Enterprise s mode.