Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
376: For kaminari fixes zero results bug r=brunoocasali a=bendangelo # Pull Request ## Related issue Fixes [#<issue_number>](#375) ## What does this PR do? Fixes this error if no results are found (nullobject is made into zero) ``` TypeError: no implicit conversion of MeiliSearch::Rails::NullObject into Integer ``` ## PR checklist Please check if your PR fulfills the following requirements: - [ x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ x] Have you read the contributing guidelines? - [ x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Ben D'Angelo <[email protected]> Co-authored-by: ellnix <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
- Loading branch information