translit

Purpose

Finds documents that contain arguments or their transliterated variants. Only the transliteration between Latin and Cyrillic scripts is supported.

Syntax

translit(term, …​)

Arguments

Requires one or more arguments.

Returned Value

Documents matching the query.

Examples

translit(agro) matches "agro", "агро".

translit(самара, ростов) matches "самара", "samara", "ростов", "rostov".