jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

Search java] to prevent java queries searching javascript bugs #102

Closed ramasamyz closed 9 years ago

ramasamyz commented 10 years ago

When searching for Java related bugs, the bugs displayed includes the one from Javascript. This is because bugs are filtered from bugzilla with whiteboard containing string lang=java. It should be [lang=java] as the former includes lang=javascript. This is a cheap hack to get the search to filter for java only.

jdm commented 9 years ago

The correct fix here is actually to move the bugs with lang=javascript to lang=js.

jdm commented 9 years ago

However, this is a good fix for future problems.