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

Empty results when searching for scoped packages with small name length #89

Open
segrey opened this issue Jul 16, 2019 · 0 comments
Open

Comments

@segrey
Copy link

segrey commented Jul 16, 2019

Currently, search for a scoped package with name pattern containing less than 4 characters finds nothing.

Actual
https://api.npms.io/v2/search?q=mat+scope:angular yields empty search results:

{"total":0,"results":[]}

While https://api.npms.io/v2/search?q=mate+scope:angular finds something:

{"total":4,"results":[...]

Expected
https://api.npms.io/v2/search?q=mat+scope:angular should also yield non-empty results.

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

No branches or pull requests

1 participant