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

Implement new proximityPrecision #512

Merged
merged 6 commits into from Jan 16, 2024

Conversation

andre-m-dev
Copy link
Contributor

Pull Request

Related issue

Fixes #511

What does this PR do?

  • Add proximityPrecision

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed4dc30) 0.00% compared to head (ec31baa) 99.62%.

Additional details and impacted files
@@            Coverage Diff            @@
##           main     #512       +/-   ##
=========================================
+ Coverage      0   99.62%   +99.62%     
=========================================
  Files         0        9        +9     
  Lines         0      540      +540     
=========================================
+ Hits          0      538      +538     
- Misses        0        2        +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andre-m-dev andre-m-dev marked this pull request as draft January 16, 2024 06:48
@ellnix ellnix self-assigned this Jan 16, 2024
@ellnix
Copy link
Collaborator

ellnix commented Jan 16, 2024

Thank you for your continued contributions! Looks good to me so far, I will wait for you to add tests and mark it ready for review.

@andre-m-dev andre-m-dev marked this pull request as ready for review January 16, 2024 21:59
Copy link
Collaborator

@ellnix ellnix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple small problems, the rest looks good

spec/meilisearch/index/settings_spec.rb Outdated Show resolved Hide resolved
lib/meilisearch/index.rb Outdated Show resolved Hide resolved
@andre-m-dev
Copy link
Contributor Author

@ellnix sorry for the small mistakes

Copy link
Collaborator

@ellnix ellnix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are almost there, do not stress about making mistakes, it's why we have tests 😄

@ellnix ellnix added the enhancement New feature or request label Jan 16, 2024
Copy link
Collaborator

@ellnix ellnix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ellnix
Copy link
Collaborator

ellnix commented Jan 16, 2024

bors merge

meili-bors bot added a commit that referenced this pull request Jan 16, 2024
512: Implement new proximityPrecision r=ellnix a=andre-m-dev

# Pull Request

## Related issue
Fixes #511 

## What does this PR do?
- Add proximityPrecision

## 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: Andre <>
Copy link
Contributor

meili-bors bot commented Jan 16, 2024

Build failed:

@ellnix
Copy link
Collaborator

ellnix commented Jan 16, 2024

bors try

meili-bors bot added a commit that referenced this pull request Jan 16, 2024
Copy link
Contributor

meili-bors bot commented Jan 16, 2024

@ellnix
Copy link
Collaborator

ellnix commented Jan 16, 2024

bors merge

Copy link
Contributor

meili-bors bot commented Jan 16, 2024

@meili-bors meili-bors bot merged commit 40f80cb into meilisearch:main Jan 16, 2024
9 checks passed
@andre-m-dev andre-m-dev deleted the add-proximity-precision branch January 16, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v1.6] Support proximityPrecision setting
2 participants