despo / issuehub.io

Find open source issues to work on! (domain update)
http://issuehub.pro
MIT License
261 stars 174 forks source link

Support for excluding labels (url parameter) #67

Open mishak87 opened 8 years ago

mishak87 commented 8 years ago

For example docker uses status/claimed for issues that has been claimed. It would be nice to be able to filter them out. In GitHub I can do this using -label:status/claimed in issue search field.

despo commented 8 years ago

@mishak87 You can currently do this directly using http://issuehub.io/?label%5B%5D=status/claimed

mishak87 commented 8 years ago

@despo To clarify I would like to remove label from results as a not operator. What you suggested is an and operator.