Skip to content

Add proximityPrecision setting #971

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
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

the-sinner
Copy link
Contributor

Pull Request

Related issue

Fixes #916

What does this PR do?

  • Add proximityPrecision setting

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!

@the-sinner
Copy link
Contributor Author

@sanders41 pylint is falling because the index.py has more than 2000 lines.
Should i disable this pylint warning like

# pylint: disable=too-many-public-methods

or should i add the code to another file ?

@sanders41
Copy link
Collaborator

@sanders41 pylint is falling because the index.py has more than 2000 lines.
Should i disable this pylint warning like
meilisearch-python/meilisearch/index.py

It makes the most sense to keep the code together like you have it so go ahead and disable the rule as you suggested.

@the-sinner the-sinner marked this pull request as ready for review June 5, 2024 14:47
Copy link
Collaborator

@sanders41 sanders41 left a comment

Choose a reason for hiding this comment

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

LGTM!

bors merge

meili-bors bot added a commit that referenced this pull request Jun 5, 2024
971: Add proximityPrecision setting r=sanders41 a=the-sinner

# Pull Request

## Related issue
Fixes #916 

## What does this PR do?
- Add proximityPrecision setting

## 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: Shalabh Agarwal <shalabhagarwal1024@gmail.com>
Copy link
Contributor

meili-bors bot commented Jun 5, 2024

Build failed:

@curquiza
Copy link
Member

curquiza commented Jun 5, 2024

bors merge

@curquiza curquiza added the enhancement New feature or request label Jun 5, 2024
Copy link
Contributor

meili-bors bot commented Jun 5, 2024

@meili-bors meili-bors bot merged commit d273389 into meilisearch:main Jun 5, 2024
11 checks passed
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
3 participants