forked from meilisearch/meilisearch-go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor #3
Conversation
This file contains 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
543: Add facet search method r=curquiza a=migueltarga # Pull Request ## Related issue Fixes meilisearch#470 ## What does this PR do? - Implements Facet Search introduced on version 1.3 Reference: https://www.meilisearch.com/docs/reference/api/facet_search ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Miguel Targa <[email protected]> Co-authored-by: Clémentine <[email protected]>
544: Add rankingScoreThreshold search parameter r=curquiza a=Ja7ad # Pull Request ## Related issue Fixes meilisearch#539 ## What does this PR do? - Add the search parameter rankingScoreThreshold introduced in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0) ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Javad <[email protected]> Co-authored-by: Clémentine <[email protected]>
545: Fix allow typo tolerance to be disabled for an index r=curquiza a=Ja7ad # Pull Request ## Related issue Fixes meilisearch#452 ## What does this PR do? - This make fix bug allow disable typo tolerance. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Javad <[email protected]>
546: Update version for the next release (v0.27.1) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-go to a new version: "v0.27.1" Co-authored-by: meili-bot <[email protected]>
548: Add distinct search parameter r=curquiza a=Ja7ad # Pull Request ## Related issue Fixes meilisearch#542 ## What does this PR do? - This PR accept distinct search parameter, Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#distinct-attributes-at-search-time). ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Javad <[email protected]> Co-authored-by: Javad Rajabzadeh <[email protected]>
547: Add `searchCutoffMs` setting r=curquiza a=Ja7ad # Pull Request ## Related issue Fixes meilisearch#530 ## What does this PR do? - This PR make support `searchCutoffMs` settings, Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/settings#search-cutoff). ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Javad <[email protected]> Co-authored-by: Javad Rajabzadeh <[email protected]>
549: Feat get similar documents r=curquiza a=Ja7ad # Pull Request ## Related issue Fixes meilisearch#541 ## What does this PR do? - This PR get similar documents, Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/similar#get-similar-documents-with-post). ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Javad <[email protected]> Co-authored-by: Javad Rajabzadeh <[email protected]>
# Conflicts: # index_search.go # types_easyjson.go
Closed
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
No description provided.