#7 createbz: fix the existing bug query to be more precise
Merged by bcotton. Opened by adamwill.
fedora-pgm/ adamwill/pgm_scripts fix-existing-query  into  main

Download 7.patch

@amoloney found that the current code believes
https://bugzilla.redhat.com/show_bug.cgi?id=1897235 is an
'existing bug' for the F40 KDE Plasma 6 Change, because the bug
name for that Change is "KDE Plasma 6" and "AArch64 KDE Plasma
Desktop image" contains all the space-separated strings in "KDE
Plasma 6", which is the default match type for search queries.

This switches to the most precise match type I can find - a
regex wrapped in ^ and $. There doesn't seem to be a "is exactly
this string" match type, but this seems to achieve the effect.

Signed-off-by: Adam Williamson awilliam@redhat.com

Sweet. Not my bug!

Pull-Request has been merged by bcotton

yeah, this is what you get when you start merging my prs :P

Metadata