You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally removed some properties/methods from the full-text search API during ForestDB development. It was meant to be temporary, because I haven't implemented support for those features with ForestDB, but during the merge the methods didn't get restored even though they're still supported with SQLite.
The deleted APIs are all from CBLQuery+FullTextSearch.h:
CBLQuery.fullTextRanking
CBLQuery.fullTextSnippets
-[CBLFullTextQueryRow snippetWithWordStart:end:]
The text was updated successfully, but these errors were encountered:
I accidentally removed some properties/methods from the full-text search API during ForestDB development. It was meant to be temporary, because I haven't implemented support for those features with ForestDB, but during the merge the methods didn't get restored even though they're still supported with SQLite.
The deleted APIs are all from CBLQuery+FullTextSearch.h:
CBLQuery.fullTextRanking
CBLQuery.fullTextSnippets
-[CBLFullTextQueryRow snippetWithWordStart:end:]
The text was updated successfully, but these errors were encountered: