Skip to content

Commit

Permalink
Fix documents for searchkick (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
molfar committed Jun 19, 2021
1 parent 744717f commit 8fe1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/searchkick.md
Expand Up @@ -64,7 +64,7 @@ Extend your model with the Pagy::Searchkick` micro-moudule:
extend Pagy::Searchkick
```

The `Pagy::ElasticsearchRails::Search` adds the `pagy_search` class method that you must use in place of the standard `search` method when you want to paginate the search response.
The `Pagy::Searchkick` adds the `pagy_search` class method that you must use in place of the standard `search` method when you want to paginate the search response.

### pagy_search(...)

Expand Down

0 comments on commit 8fe1d19

Please sign in to comment.