-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version for the next release (v0.47.0) #1797
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1797 +/- ##
=======================================
Coverage 97.81% 97.81%
=======================================
Files 17 17
Lines 1465 1465
Branches 307 307
=======================================
Hits 1433 1433
Misses 32 32 ☔ View full report in Codecov by Sentry. |
@Strift no need to tag Morgane here, only for coding PR 😊 Thank you for the changelog! Some points
![]() Also, thank you so much for all the details, but next time you can of course go shorter 😉 since our time is limited, the purpose is not to spend 15-30min on it. 5-10min is wayyy enough, you can be really quick. Focus on examples with library, don't explain the behavior of meilisearch, or the details of the typescript object. For any Meilisearch behavior, redirect to the changelogs |
Hey @curquiza, thanks for the review.
Where can I find this please? |
You can only see v0.46.1, but it's a draft release, not an actual release (only you and maintainers can see it).
Yes, I need to be able to only copy/paste what you wrote in this comment during D-day (23rd December), without thinking more, to save time (it's a really busy day) |
Okay, thanks for the explanation. I added the content of the draft release to the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfecto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
This PR is auto-generated.
The automated script updates the version of meilisearch-js to a new version: "v0.47.0"
CHANGELOGS 👇
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()
.getTasks
method #1774The
getTasks()
methods now accept areverse
parameter to retrieve tasks in reverse chronological order.prefixSearch
andfacetSearch
#1790Index 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.
indices
array to matches position #1773The
_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 @/irevoire, @/Barabasbalazs, @/irevoire, @/curquiza, and @/Strift. 🎉