FullTextFunction

expect object FullTextFunction(source)

Full-text function.

actual object FullTextFunction(source)
actual object FullTextFunction(source)

Functions

Link copied to clipboard
expect fun match(indexName: String, text: String): Expression

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

actual fun match(indexName: String, text: String): Expression
actual fun match(indexName: String, text: String): Expression
Link copied to clipboard
expect fun rank(indexName: String): Expression

Creates a full-text rank function with the given full-text index name. The rank function indicates how well the current query result matches the full-text query when performing the match comparison.

actual fun rank(indexName: String): Expression
actual fun rank(indexName: String): Expression