Corner case where selecting a filter produces a wrong query #2518

Open
opened 2014-10-23 00:01:12 +00:00 by rlx · 1 comment
Owner

Query: director==David_Lynch&actor==Sherilyn_Fenn&actor==Kyle_MacLachlan

Assuming there is an actor filter, select Sherilyn Fenn in that filter.

Expected query: director==David_Lynch&actor==Sherilyn_Fenn

Actual query: director==David_Lynch&actor==Sherilyn_Fenn&actor==Kyle_MacLachlan&actor==Sherilyn_Fenn

Query: director==David_Lynch&actor==Sherilyn_Fenn&actor==Kyle_MacLachlan Assuming there is an actor filter, select Sherilyn Fenn in that filter. Expected query: director==David_Lynch&actor==Sherilyn_Fenn Actual query: director==David_Lynch&actor==Sherilyn_Fenn&actor==Kyle_MacLachlan&actor==Sherilyn_Fenn
rlx added the
frontend
label 2014-10-23 00:01:12 +00:00
rlx added this to the 14.04 milestone 2014-10-23 00:01:12 +00:00
rlx self-assigned this 2014-10-23 00:01:12 +00:00
rlx added the
normal
defect
labels 2014-10-23 00:01:12 +00:00
Author
Owner

The above is based on the expectation that selecting something in a filter removes all other queries for that key.

The above is based on the expectation that selecting something in a filter removes all other queries for that key.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2518
No description provided.