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

docs: mention duplicated packages in search results #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/REGISTRY-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ This endpoint responds with the package metadata document, sometimes informally
| maintenance | float | **Query** | ❌ | how much of an effect should maintenance have on search results |

_Note: the values of `quality`, `popularity`, and `maintenance` are normalized into a unit-vector provide values between `0 - 1` for each to modify weightings, e.g., to return
results based solely on `quality`, set `quality=1.0`, `maintenance=0.0`, `popularity=0.0`._
results based solely on `quality`, set `quality=1.0`, `maintenance=0.0`, `popularity=0.0`. Also, at larger values of `from`, search results may start duplicating._

**response format:**

Expand Down