-
Notifications
You must be signed in to change notification settings - Fork 26
Add new search parameters highlightPreTag, highlightPostTag and cropMarker #288
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
Conversation
/// Limit length at which to crop specified attributes. | ||
public let cropLength: Int? | ||
|
||
/// Marker in front and behind a cropped value. |
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.
What about: /// Marker that wraps a cropped value.
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.
/// Marker in front and behind a cropped value. | |
/// Marker that wraps a cropped value. |
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.
🍗 Aweesome!
294: Update version for the next release (v0.14.0) r=brunoocasali a=bidoubiwa This version makes this package compatible with MeiliSearch v0.27.0 🎉 Check out the changelog of [MeiliSearch v0.27.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0) for more information on the changes. ##⚠️ Breaking changes * Feature/Tenant Token: Add a module which can generate tenant tokens (#273) `@brunoocasali` ## 🚀 Enhancements * DRY up the shared models between tests (#274) `@brunoocasali` * Feature/Add Qualified version (#276) `@brunoocasali` * Feature/Analytics (#277) `@brunoocasali` * Feature/Tenant Token: Add a module which can generate tenant tokens (#273) `@brunoocasali` * Add new search parameters highlightPreTag, highlightPostTag and cropMarker #288 Thanks again to `@bidoubiwa,` `@brunoocasali,` `@curquiza!` 🎉 Co-authored-by: Charlotte Vermandel <[email protected]>
291: Update version for the next release (v0.13.2) r=curquiza a=bidoubiwa This version makes this package compatible with Meilisearch v0.27.0 🎉 Check out the changelog of [Meilisearch v0.27.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0) for more information on the changes. ## 🚀 Enhancements * Add new search parameters highlightPreTag, highlightPostTag and cropMarker (#288) `@bidoubiwa` * Ensure nested fields support (#287) `@bidoubiwa` Thanks again to `@bidoubiwa` 🎉 Co-authored-by: Bruno Casali <[email protected]>
As per meilisearch/meilisearch#2214 new search parameters are introduced:
highlightPreTag
highlightPostTag
cropMarker