Skip to content
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

Closed
wants to merge 56 commits into from
Closed

Refactor #3

wants to merge 56 commits into from

Conversation

Ja7ad
Copy link
Owner

@Ja7ad Ja7ad commented Aug 12, 2024

No description provided.

migueltarga and others added 30 commits July 23, 2024 22:08
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]>
Ja7ad and others added 24 commits August 1, 2024 12:40
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
@restyled-io restyled-io bot mentioned this pull request Aug 12, 2024
Copy link

codecov bot commented Aug 12, 2024

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 ☂️

@Ja7ad Ja7ad closed this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants