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

Fix some issues in FTS #6613

Merged
merged 2 commits into from
May 12, 2023
Merged

Fix some issues in FTS #6613

merged 2 commits into from
May 12, 2023

Conversation

jedelbo
Copy link
Contributor

@jedelbo jedelbo commented May 12, 2023

What, How & Why?

Fixes #6591

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • C-API, if public C++ API changed.

CHANGELOG.md Outdated
@@ -5,6 +5,7 @@

### Fixed
* Fixed a fatal error (reported to the sync error handler) during client reset (or automatic PBS to FLX migration) if the reset has been triggered during an async open and the schema being applied has added new classes. ([#6601](https://github.com/realm/realm-core/issues/6601), since automatic client resets were introduced in v11.5.0)
* Fixes several issues with full text search ([#6591](https://github.com/realm/realm-core/issues/6591), since v13.0.0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be more specific - a user should be able to tell whether an issue they were experiencing is addressed by this change or not.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided just to describe the main issue.

@ironage ironage merged commit f4a4d55 into master May 12, 2023
2 checks passed
@ironage ironage deleted the je/fts branch May 12, 2023 18:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with full-text search
3 participants