FullTextExpression
@available(*, deprecated, message: "Use FullTextFunction.match(indexName: String, query: String﹚ instead.")
public final class FullTextExpression
                Full-text expression factory.
- 
                  
                  
Creates a Full-text expression with the given full-text index name.
Declaration
Swift
public static func index(_ name: String) -> FullTextExpressionProtocolParameters
nameThe full-text index name.
Return Value
The FullTextExpression.
 
        FullTextExpression Class Reference