Closed sasha240100 closed 8 years ago
I thinks it's because of camelCase on this line: https://github.com/npms-io/npms-api/blob/master/lib/util/parseQuery.js#L56
whs-component
-> whsComponent
@sasha240100 that's not the problem because it's only camelcasing the keys not the values. Do you know which packages have the keywords you mentioned?
@satazor
@sasha240100 I've found the issue and I'm currently fixing it. Will let you know once done.
Fixed, thanks for reporting.
@satazor Nice work. Thanks!
Basically, when you try to search
keywords:gulp-util
orkeywords:whs-component
it returns empty list. Each keyword with "-" symbol doesn't work. IMO it is a bug, and i would like to help to solve it (if you don't have a time), just point me where should i look.