match

expect fun match(indexName: String, text: String): Expression(source)

Creates a full-text expression with the given full-text index name and search text.

Return

The full-text match expression

Parameters

indexName

The full-text index name.

text

The search text

actual fun match(indexName: String, text: String): Expression(source)
actual fun match(indexName: String, text: String): Expression(source)