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, with entries highlighted
Full-text indexing of standard field names (i.e. ’Code’, ’Name’, etc.) for all languages in 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 full-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 allowing:
A full-text search property for configuration objects;
Embedded language objects to control indexing of full-text search and to perform full-text search;
A global context property — FulltextSearch;
The capability of interactive control of full-text indexing in 1C:Enterprise mode.