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: Set public setter for indexQueryStates property in MultiIndexSea… #133

Merged

Conversation

VladislavFitz
Copy link
Contributor

Summary
After Swift API Client v8 release, Query became a structure so it became impossible to directly mutate query in the MultiIndexSearcher.
This PR makes the setter of indexQueryStates property public and fixes this inconvenience.

Resolves #127

@VladislavFitz VladislavFitz merged commit f9d948f into master Oct 15, 2020
@VladislavFitz VladislavFitz deleted the fix/multi-index-search-index-query-state-access branch October 16, 2020 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Impossible to directly modify query of IndexQueryState in the MultiIndexSearcher
2 participants