Update meilisearch to the latest stable version which is currently 1.15.2

Remaining tasks

Update version of meilisearch-php to v1.15.0 which is latest available as of writing this and test nothing broke, by running test and also checking manually.
Update gitlab-ci to use the updated meilisearch-php version for running tests.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

deaom created an issue. See original summary.

deaom’s picture

Title: Update meili to v1.15.2 » Update meili-php version to latest available v1.15.0
Issue summary: View changes
deaom’s picture

Status: Active » Needs work
deaom’s picture

Status: Needs work » Needs review

Tests are passing, meaning there were no breakable changes from meilisearch-php 1.3.3 version to 1.15.0. Played around to test everything is actually working and did not find any new issues. Would be also good to tests once #3444466: Using facets on numerical fields makes them disappear is merged.
Will mark as needs review, so somebody else can also test the new version with more "real" data and report on any possible issues.

bcizej’s picture

Does this also mean that the meilisearch service itself must be ^15? Or does this php library work with lower service versions?

deaom’s picture

It's compatible with version v1.x of Meilisearch based on the meilisearch-php docs.

  • bcizej committed 9e891ddd on 3.x authored by deaom
    Issue #3536014 by deaom: Update meili-php version to latest available v1...
bcizej’s picture

Status: Needs review » Fixed

Merged, thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.