You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue gathers the changes related to the v1.12.0 of Meilisearch that will impact the integrations scope.
📅 Release date: 2024-12-23
Timelines & steps
Pre-release
With the help of the changelog & this CI, define which integrations should be updated and how (New feature? Update README? Update tests?)
Fill in the "What to implement?" section below in this issue 👇. Minial implementation: PHP, JS, Instant-meilisearch.
Open implementation issues in repositories that need implementation.
Discuss with the Product team if needed. At least share this issue to let them know about the decisions.
Create a branch by running Octopus script: only open branches for the integrations we choose to update (defined in the previous step) + Kubernetes repository + Cloud provider repository (changing the version)
Update integrations according to the decisions (cf "What to implement?" section below in this issue 👇) ⚠️ If possible, this step is done before pre-release, once the feature is ready thanks to the prototype released by the engine team
The above PR led to changes in highlight behavior (checked internally with the engine team, these are expected). We need to adapt the tests of instant-meilisearch
This issue gathers the changes related to the v1.12.0 of Meilisearch that will impact the integrations scope.
📅 Release date: 2024-12-23
Timelines & steps
Pre-release
Release day
What to implement?
Opt-out settings
Related issue in the engine: meilisearch/meilisearch#4979
Add index settings to customize indexing of users:
facetSearch
,prefixSearch
.TODO:
facetSearch
&prefixSearch
meilisearch-js#1770facetSearch
&prefixSearch
meilisearch-php#694Parameter to reverse the order of the task queue
Related issue in the engine: meilisearch/meilisearch#5047
Add a new parameter in
GET /tasks
route:reverse
TODO:
reverse
parameter when querying tasks meilisearch-js#1769reverse
parameter when querying tasks meilisearch-php#693Give more visibility around batch when indexing
Related issue in the engine:
progress
part of the batches meilisearch#5068Changes:
batchUid
.GET /batches/:uid
GET /batches
TODO:
New field in
_matchPosition
Related PR: meilisearch/meilisearch#5005
Add a new
indices
field in the_matchesPosition
response.TODO:
indices
in_matchesPosition
meilisearch-js#1772Highlight changes
Related to this PR: meilisearch/meilisearch#4928
The above PR led to changes in highlight behavior (checked internally with the engine team, these are expected). We need to adapt the tests of instant-meilisearch
TODO
AI changes
Related PR: meilisearch/meilisearch#4900
Some tests in some SDKs have to be updated because of breaking changes
The text was updated successfully, but these errors were encountered: