Bug 1665487 - Problem with "Contains none of the strings"
Summary: Problem with "Contains none of the strings"
Keywords:
Status: CLOSED DUPLICATE of bug 1260009
Alias: None
Product: Bugzilla
Classification: Community
Component: Query/Bug List
Version: 5.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-11 15:12 UTC by Stanislav Zidek
Modified: 2019-01-14 01:17 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-01-14 01:17:07 UTC
Embargoed:


Attachments (Terms of Use)

Description Stanislav Zidek 2019-01-11 15:12:57 UTC
Description of problem:
When searching for bugs without "rpl+" flag, operator "Contains none of the strings" is not able to filter such bugs out

Version
5.0

How reproducible:
always

Steps to Reproduce:
1. https://bugzilla.redhat.com/buglist.cgi?f1=flagtypes.name&f2=bug_id&list_id=9863886&o1=nowordssubstr&o2=anyexact&query_format=advanced&v1=rpl%2B&v2=1373162 (with "Contains none of the strings")
2. https://bugzilla.redhat.com/buglist.cgi?f1=flagtypes.name&f2=bug_id&list_id=9863892&o1=notsubstring&o2=anyexact&query_format=advanced&v1=rpl%2B&v2=1373162 (with "Does not contain the string")
3.

Actual results:
1. lists the bug even though it has "rpl+"
2. empty list (this is expected)

Expected results:
Both queries give empty result.

Additional info:
Using negated "Contains any of the strings" behaves as expected.

Perhaps same problem as in the past - bz698703 ?

Comment 1 Jeff Fearn 🐞 2019-01-14 01:17:07 UTC
Yeah this has always been the way this works, to change it requires re-engineering the query builder.

*** This bug has been marked as a duplicate of bug 1260009 ***


Note You need to log in before you can comment on or make changes to this bug.