match

actual fun match(index: IndexExpression, query: String): Expression(source)
expect fun match(index: IndexExpression, query: String): Expression(source)

Creates a full-text match() function with the given full-text index expression and the query text

Return

The full-text match() function expression.

Parameters

index

The full-text index expression.

query

The query string.

actual fun match(index: IndexExpression, query: String): Expression(source)
actual fun match(index: IndexExpression, query: String): Expression(source)