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

Support for special search qualifiers in verdaccio REST API /-/v1/search #3423

Open
WeiXie96 opened this issue Oct 4, 2022 · 0 comments
Open

Comments

@WeiXie96
Copy link

WeiXie96 commented Oct 4, 2022

Is your feature request related to a problem?
We are trying to use the Verdaccio rest API to search the packages in the registry, and we want to add some search filters, for example, author, maintainer, and keywords. The special search qualifiers are available in the search API of NPM, we are asking if it is possible to also implement it in Verdaccio.

Describe the solution you'd like
Currently the sample search in the REST API is /-/v1/search?text=react&size=20&from=0&quality=0.65&popularity=0.98&maintenance=0.5, we want to filter the packages in verdaccio with batman in keywords with for example /-/v1/search?text=keywords:batman.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant