-
Type:
Story
-
Status: Ready for Development
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Collection Display Fragment, Fragment Administration
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 with a collection
-
Search
When the Marketer use a text filter fragment
Then the user can type any text in the search bar to find contents within the selected collection (single collection search)
- text search (one string)
-
When the Marketer use a text filter fragment
Then the user can translate the default text ("Search") in any available language using Inline Editing.
-
Styling
When the Marketer uses a text filter fragment
Then the marketer can style the fragment using common style fragment options in particular:
- Background color
- Text color
- Text size
- etc. (any relevant styling options)
-
Below: Acceptance criteria common to all fragments in Epics !
As a Marketer I want to allow external users to search through the collection pages using combination of criteria from different filters.
-
When the user is selecting multiple criteria from filters
- categories (1 or multiple selection)
- dates (1 selection)
- ordering (1 selection)
- text (1 selection)
Then
- The collection items should be filtered by all matching filters criteria
- The number of results found should appear in the summary result section (if added to the page)
-
When selecting 1 or multiple filters criteria and no result is found
Then show a message in the result fragment:
- "No result found, please discard one or multiple criteria"