Skip to content

Add finite pagination support #369

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

Merged
merged 6 commits into from
Mar 7, 2023

Conversation

brunoocasali
Copy link
Member

  • Fix some linting issues introduced in the previous PRs.
  • Update code-samples (new PR)

@brunoocasali brunoocasali added enhancement New feature or request breaking-change The related changes are breaking for the users labels Mar 6, 2023
@brunoocasali brunoocasali requested a review from alallema March 6, 2023 20:24
Copy link
Contributor

@alallema alallema left a comment

Choose a reason for hiding this comment

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

LGTM! Well Done 🎉


/// Time, in milliseconds, to process the query.
public let processingTimeMs: Int?
// This override is required since swift does not parse all the new keys automatically.
Copy link
Contributor

Choose a reason for hiding this comment

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

It didn't do it before? I thought the Codable was for that

Copy link
Member Author

Choose a reason for hiding this comment

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

It does. The issue here is the inheritance from another class. Swift can't handle that :/

@brunoocasali brunoocasali merged commit 6c7f86d into bump-meilisearch-v0.30.0 Mar 7, 2023
@brunoocasali brunoocasali deleted the add-finite-pagination branch March 7, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change The related changes are breaking for the users enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants