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.
Issue fork search_api_meilisearch-3536014
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
Comment #3
deaom commentedComment #4
deaom commentedComment #5
deaom commentedTests 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.
Comment #6
bcizej commentedDoes this also mean that the meilisearch service itself must be ^15? Or does this php library work with lower service versions?
Comment #7
deaom commentedIt's compatible with version v1.x of Meilisearch based on the meilisearch-php docs.
Comment #9
bcizej commentedMerged, thanks.