@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.
@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