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

mentor searching should use "is not empty" instead of "mentor contains @" #85

Closed globau closed 9 years ago

globau commented 10 years ago

mentor searching should use "is not empty" instead of "mentor contains @"

"is not empty" is faster:

current: https://bugzilla.mozilla.org/bzapi/bug?bug_mentor=%40&bug_mentor_type=contains&whiteboard_type=contains_all&..

suggested: https://bugzilla.mozilla.org/bzapi/bug?f1=bug_mentor&o1=isnotempty&...