You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Feedback:
Noted that filtering by checking more than one box seems to work as an AND in for some categories (Subject and Keyword) and an OR in others (Types and Levels).
VIVA Goal:
Within a facet it should be "OR" and between facets should be "AND" So for example the user who selects "Nursing" from Subjects and "Anxiety" from Keywords and "Matching" and "Essay" from Types would get all Essay and Matching questions about Anxiety from Nursing.
Acceptance Criteria
When I select multiple facets (e.g. Subject and Type) we should ... AND those two sets? So we'd have (S1 ∪ S2) ∩ (T1 ∪ T2 ∪ T3) where ∪ is UNION (e.g. “OR”) and ∩ is INTERSECTION (e.g. “AND”).
The text was updated successfully, but these errors were encountered:
I'm uncertain why we had "AND" logic for the keywords and subjects, but
we're removing that logic. I do remember writing the SQL and there
must've been a reason for this; but that is now lost to time.
Related to:
- #264
I'm uncertain why we had "AND" logic for the keywords and subjects, but
we're removing that logic. I do remember writing the SQL and there
must've been a reason for this; but that is now lost to time.
Related to:
- #264
Summary
User Feedback:
Noted that filtering by checking more than one box seems to work as an AND in for some categories (Subject and Keyword) and an OR in others (Types and Levels).
VIVA Goal:
Within a facet it should be "OR" and between facets should be "AND" So for example the user who selects "Nursing" from Subjects and "Anxiety" from Keywords and "Matching" and "Essay" from Types would get all Essay and Matching questions about Anxiety from Nursing.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: