Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge 2060905 into b6ce253
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Oct 11, 2018
2 parents b6ce253 + 2060905 commit bfc1a68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -312,6 +312,11 @@ command. If the option is omitted, the default value of 1000 is used.
There is a console command (`elastic:index:settings:update`) that you can use to update certain dynamic index settings
such as the refresh interval or the number of replicas. Simply register it in your console kernel to start using it.

## Pagerfanta integration

There is a Pagerfanta adapter included for easy pagination. However, it is optional, so if you intend to use it you
must require the `pagerfanta/pagerfanta` package explicitly.

## Contributing

Please read the [guidelines](.github/CONTRIBUTING.md).
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -25,6 +25,9 @@
"pagerfanta/pagerfanta": "^1.0",
"phpstan/phpstan": "^0.9.2"
},
"suggest": {
"pagerfanta/pagerfanta": "If you intend to use the included Pagerfanta adapter"
},
"autoload": {
"psr-4": {
"Nord\\Lumen\\Elasticsearch\\": "src"
Expand Down

0 comments on commit bfc1a68

Please sign in to comment.