How do we want CC list or commenter "does not match" to work??

Bradley Baetz bbaetz at acm.org
Sat Feb 7 00:18:01 UTC 2004


On Fri, Feb 06, 2004 at 07:37:44AM -0800, Joel Peshkin wrote:
> 
> I am looking for input from the development team on bug 226434.
> http://bugzilla.mozilla.org/show_bug.cgi?id=226434
> 
> Today, a search for CC list member doesn't match justdave, will return 
> every bug on which someone other than justdave is copied and there seems 
> to be no way to express that I am looking for bug on which justdave is 
> not copied.

I'm sure we have a bug on what 'is, 'is not', and so on mean in terms of 
cc lists/keywords/etc.

The 'NOT' options for booleans is the way to go. All you do is change 
the IN subselect to a NOT IN, and let the database handle the 
optimisation. :)

Bradley



More information about the developers mailing list