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

Bump meilisearch/meilisearch-php from 0.23.2 to 0.26.0#687

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/meilisearch/meilisearch-php-0.26.0
Closed

Bump meilisearch/meilisearch-php from 0.23.2 to 0.26.0#687
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/meilisearch/meilisearch-php-0.26.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2022

Bumps meilisearch/meilisearch-php from 0.23.2 to 0.26.0.

Release notes

Sourced from meilisearch/meilisearch-php's releases.

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.

// CancelTasksQuery methods:
setNext(int $next)
setTypes(array $types)
setStatuses(array $statuses)
setIndexUids(array $indexUids)
setUids(array $uids)
setCanceledBy(array $canceledBy)
setBeforeEnqueuedAt(\DateTime $date)
setAfterEnqueuedAt(\DateTime $date)
setBeforeStartedAt(\DateTime $date)
setAfterStartedAt(\DateTime $date)
setBeforeFinishedAt(\DateTime $date)
setAfterFinishedAt(\DateTime $date)

... (truncated)

Commits
  • ecbe0f6 Merge #428
  • 235b932 Merge #414
  • 3f2d05c Update version for the next release (v0.26.0)
  • 029ac51 Add deleteTasks method to Client
  • 3e56de2 Add DeleteTasksQuery query object to receive data to delete tasks method
  • 642e8b6 Add support to finitePagination
  • 8a0fb39 Add docs to swapIndexes method
  • caa1b8a Add swapIndexes method
  • d43466e Add cancelTasks method to Client
  • 128aa03 Create a query object CancelTasksQuery
  • Additional commits viewable in compare view

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.26.0.
- [Release notes](https://github.com/meilisearch/meilisearch-php/releases)
- [Commits](meilisearch/meilisearch-php@v0.23.2...v0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 29, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2022

Superseded by #698.

@dependabot dependabot bot closed this Dec 19, 2022
@dependabot dependabot bot deleted the dependabot/composer/meilisearch/meilisearch-php-0.26.0 branch December 19, 2022 04:01
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.

0 participants