As an editor I want to obtain a unique result set in order to query for data with more than one conditions.
Problem:
We currently allow duplicate item and itemLabels to display in the result. For a limit= 5 (say), the query result is duplicated five times.
Screenshots/mockups:
BDD
GIVEN a visual query
WHEN running the query
THEN the result set only contains unique results
Acceptance criteria:
- Omit the duplicates in the resultset