-
Notifications
You must be signed in to change notification settings - Fork 20
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
Replace OfflineIndexObserver with AbstractSearchEngine.offlineEngineReady flag #209
Replace OfflineIndexObserver with AbstractSearchEngine.offlineEngineReady flag #209
Conversation
…e AbstractSearchEngine.offlineEngineReady bool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine, are there other offline methods that need this check?
No, this is the entry point. |
- Add assertions for failing condition to have errors
…ce-offlineindexobserver-with-offlineengineready-flag Conflicts: CHANGELOG.md - Accept both changelog additions
- Revert offline testNoData test
Closing because the best way to use offline search will be with an OfflineIndexObserver and to work on a more thorough reference demo |
Description
Fixes offline search readiness without relying on setting up an OfflineIndexObserver
offlineEngineReady: Bool
flag becomes true.Checklist
CHANGELOG