YapDatabaseFullTextSearchConnection
@interface YapDatabaseFullTextSearchConnection : YapDatabaseExtensionConnection
Welcome to YapDatabase!
https://github.com/yapstudios/YapDatabase
The project wiki has a wealth of documentation if you have any questions. https://github.com/yapstudios/YapDatabase/wiki
YapDatabaseFullTextSearch is an extension for performing text based search. Internally it uses sqlite’s FTS module which was contributed by Google.
As an extension, YapCollectiosnDatabaseFullTextSearchConnection is automatically created by YapDatabaseConnnection. You can access this object via:
[databaseConnection extension:@myRegisteredExtensionName
]
See
YapDatabaseFullTextSearchSee
YapDatabaseFullTextSearchTransaction-
Returns the parent instance.
Declaration
Objective-C
@property (readonly, strong, nonatomic) YapDatabaseFullTextSearch *_Nonnull fullTextSearch;
Swift
var fullTextSearch: YapDatabaseFullTextSearch { get }