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

YapDatabaseFullTextSearch

See

YapDatabaseFullTextSearchTransaction