-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
Intro/Context:
With the recent implementation of Collection Display fragment we can append a collection to a page. However the collection might need to be filtered in order to propose more relevant content to the end user.Example : A user looking at a list of testimonies might filter by industry (insurance, banking, government etc.)
The goal of this story is to provide a way for the end user to filter the content of a collection using text search.
-
Given a Marketer has created a collection page for a given Collection
-
Text Search
When a User uses a filter fragment to search the content present inside a Collection Display fragment
Then the user can :
- use the "Collection Filter" and select a text search as a filter type (proper naming in Figma).
- type any text in the search bar to find contents within the selected collection
-
When the Marketer uses the text search filter type on a page
Then the user can :
- perform a text search by clicking the search button and the Collection is filtered
- The applied search fragment gets a new item with entered text
-