Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps meilisearch/meilisearch-php from 0.23.2 to 0.27.0.

Release notes

Sourced from meilisearch/meilisearch-php's releases.

v0.27.0 🐘

⚠️ This release has nothing new, and it is just a tag to mark the previous release v0.26.1 as breaking, so v0.27.0.

You should be careful because every occurrence of MeiliSearch, even in the file names were changed to Meilisearch.

More details in the comments section here and here.


Original changelog from v0.26.1:

🚀 Enhancements

⚠️ If you handle ::class directly, a change is required, as pointed out meilisearch/meilisearch-php#431

Thanks again to @​brunoocasali and @​mmachatschek! 🎉

[DEPRECATED] v0.26.1 🐘

🚀 Enhancements

⚠️ If you handle ::class directly, a change is required, as pointed out meilisearch/meilisearch-php#431

Thanks again to @​brunoocasali and @​mmachatschek! 🎉

v0.26.0 🐘

This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of Meilisearch v0.30.0 for more information on the changes.

🚀 Enhancements

Now you can call:

  • $client.search('batman', [ 'page' => 1, 'hitsPerPage' => 10 ])
  • $client.search('batman', [ 'hitsPerPage' => 10 ])
  • $client.search('batman', [ 'page' => 4 ])

results = $client.search('batman', [ 'page' => 4 ])

And get a limited pagination with a fixed number of total hits in the results object results['totalHits'].

You can still use the offset/limit by calling $client.search('batman', [ 'limit' => 4, 'offset' => 10 ]) SearchResult#hitsCount can still retrieve the total hits value.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [meilisearch/meilisearch-php](https://github.com/meilisearch/meilisearch-php) from 0.23.2 to 0.27.0.
- [Release notes](https://github.com/meilisearch/meilisearch-php/releases)
- [Commits](meilisearch/meilisearch-php@v0.23.2...v0.27.0)

---
updated-dependencies:
- dependency-name: meilisearch/meilisearch-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2023

Superseded by #736.

@dependabot dependabot bot closed this Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/composer/meilisearch/meilisearch-php-0.27.0 branch February 7, 2023 04:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant