Comment 3 for bug 109533

Revision history for this message
Markus Korn (thekorn) wrote :

This patch against bughelper.main r163 adds a function to search fields which are list or tuples.
I added an example clue-file bughelper.info to data to demonstrate this new thing.

To search the tags you have to either patch "python-launchpad-bugs/main" with the attached patch or use "python-launchpad-bugs/xpath"

Example use-case:
        <and>
            <op field="proptags">r'(xpath|commandline)'</op>
            <op field="importance">Undecided</op>
        </and>

NOTE: If have choosen "proptags" as a field-name for tags as we use the tags attribute in other parts of the Bug-object. My plan is to only have one tags attribute.

Markus