verdaccio/.changeset/red-chefs-float.md

321 B

@verdaccio/store @verdaccio/web
patch patch

Fix the search by exact name of the package

Full package name queries was not finding anithing. It was happening becouse of stemmer of lunr.js.

To fix this, the stemmer of lunr.js was removed from search pipeline.