Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBLQuery fullTextRanking and fullTextSnippet properties were removed #709

Closed
snej opened this issue May 15, 2015 · 0 comments
Closed

CBLQuery fullTextRanking and fullTextSnippet properties were removed #709

snej opened this issue May 15, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@snej
Copy link
Contributor

snej commented May 15, 2015

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:]
@snej snej added this to the 1.1.0 milestone May 15, 2015
snej added a commit that referenced this issue May 15, 2015
Was accidentally removed during ForestDB storage development.
These aren't supported yet with ForestDB but are with SQLite.
Fixes #709
@snej snej self-assigned this May 15, 2015
@snej snej closed this as completed in 7991932 May 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants