-
Notifications
You must be signed in to change notification settings - Fork 26
Ensure nested field support #287
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
Merged
bidoubiwa
merged 3 commits into
bump-meilisearch-v0.27.0
from
ensure_nested_field_support
May 4, 2022
Merged
Ensure nested field support #287
bidoubiwa
merged 3 commits into
bump-meilisearch-v0.27.0
from
ensure_nested_field_support
May 4, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a500ecd
to
27f5d8b
Compare
brunoocasali
reviewed
May 2, 2022
brunoocasali
approved these changes
May 4, 2022
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.
💯 I left a comment about the InfoNested
to Info
naming, but is up to you!
brunoocasali
pushed a commit
that referenced
this pull request
May 5, 2022
* Ensure nested field support * Remove dumps * Resolve linting issues
brunoocasali
pushed a commit
that referenced
this pull request
May 8, 2022
* Ensure nested field support * Remove dumps * Resolve linting issues
meili-bors bot
added a commit
that referenced
this pull request
May 9, 2022
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 <brunoocasali@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add tests on nested fields to ensure it is still maintained in meilisearch