chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

Note: Duplicate Package #73

Open ferventcoder opened 8 years ago

ferventcoder commented 8 years ago

Check for duplicate packages. Provide it as a note.

This will be done after the initial onslaught of the backlog is completed.

gep13 commented 8 years ago

@ferventcoder what are your thoughts on how to achieve this? Just take the id of the submitted package, and do a wildcard search on it?

AdmiringWorm commented 7 years ago

or a full text search (SQL) perhaps? (don't know if the validator supports that though)