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

fix: tame search #1849

Merged
merged 1 commit into from
Aug 20, 2024
Merged

fix: tame search #1849

merged 1 commit into from
Aug 20, 2024

Conversation

baszalmstra
Copy link
Contributor

Fixes #1827

I made the search less wild by increasing the required similarity score.

> pixi search gcc* -p osx-arm64
Using channels: conda-forge
  x Could not find gcc
> pixi.exe search rttler* -p osx-arm64
Using channels: conda-forge
Package                                  Version             Channel            
py-rattler                               0.6.3               conda-forge/osx-arm64
py_rattler                               0.6.3               conda-forge/noarch

@baszalmstra baszalmstra requested a review from ruben-arts August 20, 2024 10:37
@ruben-arts ruben-arts enabled auto-merge (squash) August 20, 2024 10:54
@ruben-arts ruben-arts merged commit 071f131 into prefix-dev:main Aug 20, 2024
27 of 28 checks passed
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.

pixi search wildcard is a little too wild
2 participants