fix(deps): update dependency meilisearch to v0.47.0 #162
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.42.0
->0.47.0
Release Notes
meilisearch/meilisearch-js (meilisearch)
v0.47.0
: 🌻Compare Source
This version introduces features released on Meilisearch v1.12.0 🎉
Check out the Meilisearch v1.12.0 changelog for more information.
🚀 Enhancements
Introducing new methods to get one or several batches, respectively
getBatch()
andgetBatches()
.The
getTasks()
methods now accept areverse
parameter to retrieve tasks in reverse chronological order.Index settings now allow disabling prefix search and facet search. They're both enabled by default. The SDK now comes with dedicated methods to configure these settings.
The
_matchesPosition
array now contains anindices
array the text was matched in an array.When searching for
fantasy
in a document that has a searchablegenre
field with the valuegenre: ["fantasy", "adventure"]
, the matches position will be as follow:Which means:
genre
array (array length == 1)0
(the first character, "f")7
(the entire "fantasy" word)⚙️ Maintenance/misc
Thanks again to @Barabasbalazs, @irevoire, @curquiza, and @Strift. 🎉
v0.46.0
: 🌻Compare Source
Old:
New:
🐛 Bug Fixes
🔒 Security
Thanks again to @Barabasbalazs, @flevi29, @mdubus! 🎉
v0.45.0
: 🌻Compare Source
This version introduces features released on Meilisearch v1.11.0 🎉
Check out the changelog of Meilisearch v1.11.0 for more information on the changes.
embedder
settings in Meilisearch v1.11 (#1715) @mdubus🚀 Enhancements
multiSearch
(#1715) @mdubus⚙️ Maintenance/misc
Thanks again to @Barabasbalazs, @brunoocasali, @curquiza, @mdubus! 🎉
v0.44.1
: 🌻Compare Source
🐛 Bug Fixes
Thanks again to @flevi29 and @knd775 for the report! 🎉
v0.44.0
: 🌻Compare Source
package.json
"exports"
field (#1611) @flevi29Could be a breaking change for anyone who was importing anything other than what we have in the "exports" package.json field.
⚙️ Maintenance/misc
Thanks again to @flevi29, @meili-bors[bot] ! 🎉
v0.43.0
: 🌻Compare Source
🔒 Security
⚙️ Maintenance/misc
"packageManager"
entry to package.json (#1698) @flevi29.editorconfig
(#1696) @flevi29Thanks again to @brunoocasali, @curquiza, @flevi29, @meili-bors[bot] ! 🎉
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.