[python-bugzilla] Making OR queries with python-bugzilla

Alexander Todorov atodorov at redhat.com
Wed Oct 23 09:30:08 UTC 2013


Hi guys,
passing this query disctionary to python bugzilla doesn't seem to work:

{
         'j_top' : 'OR',

         'field0-0-0' : 'keywords',
         'type0-0-0' : 'substring',
         'value0-0-0' : 'FutureFeature',

         'field0-1-0' : 'short_desc',
         'type0-1-0' : 'substring',
         'value0-1-0' : 'RFE',
}


As far as I can see it will select BOTH bugs which have the FutureFeature
keyword and Summary contains "RFE". While the webUI can select either of them.

Any ideas how do I make this with python-bugzilla?

Thanks,
Alex




More information about the python-bugzilla mailing list