Feature: Filtering/searching by combinations of collections
User story
As a user with a very complex wardrobe, I want to be able to see which items in my closet have a certain combination of tags. In other words, when I search my closet, I want to be able to filter down the results to show me only the items that belong to a specific set of collections.
Example
Let's say I have the following collections
- Weddings
- Office
- Night Clubs
- Cosplay
- Funerals
And let's say that some of my items belong to multiple collections. Semantically, this could mean I have some versatile clothing that I can wear for multiple occasions. Some formal attire is fine for a wedding, but not for a funeral. Some casual clothing can be worn in the office too.
Let's say I have the following items and collections:
- Glamorous dress
- Weddings
- Night Clubs
- Cosplay
- Princess Crown
- Simple black blouse
From the search screen, let's say I select Weddings, then I would get only the items that are in the Weddings collection:
- Glamorous dress
- Weddings
- Night Clubs
- Cosplay
- Simple black blouse
But if I select both Weddings and Night Clubs, then the results should only show me items in both those categories; not items that are in only one of the two. It would give me this:
- Glamorous dress
- Weddings
- Night Clubs
- Cosplay
Feature: Filtering/searching by combinations of collections
User story
As a user with a very complex wardrobe, I want to be able to see which items in my closet have a certain combination of tags. In other words, when I search my closet, I want to be able to filter down the results to show me only the items that belong to a specific set of collections.
Example
Let's say I have the following collections
And let's say that some of my items belong to multiple collections. Semantically, this could mean I have some versatile clothing that I can wear for multiple occasions. Some formal attire is fine for a wedding, but not for a funeral. Some casual clothing can be worn in the office too.
Let's say I have the following items and collections:
From the search screen, let's say I select
Weddings, then I would get only the items that are in theWeddingscollection:But if I select both
WeddingsandNight Clubs, then the results should only show me items in both those categories; not items that are in only one of the two. It would give me this: