-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Master
-
Component/s: Asset Lists
-
Epic Link:
-
Sprint:S01E02 - Giants Enigma
-
Git Pull Request:
Context
Currently it's possible to create a Content Set which filters content based on tags and categories. In some scenarios they content might not be categorized and it is desirable to allow creating a set based on a keyword search.
The goal of this story is to support this use case by offering the option to select content for the set based on matching a search keyword, along with the other options that already exist.
Acceptance criteria
- Given a content set with a dynamic selection
- When the content set administrator specifies a rule that specifies that content should contain any of a set of keywords
- Then the resulting set of content should be filtered to the content which the index returns as containing any of the keywords (keywords are considered to be space separated, quotes can be used to group multiple words that form one single keyword)
- Given a content set with a dynamic selection
- When the content set administrator specifies a rule that specifies that content should contain all of a set of keywords
- Then the resulting set of content should be filtered to the content which the index returns as containing each and every one of the specified keywords (keywords are considered to be space separated, quotes can be used to group multiple words that form one single keyword).
- Given a content set with a dynamic selection
- When the content set administrator specifies a rule that specifies that content should not contain any of a set of keywords
- Then the resulting set of content should be filtered to the content which the index returns that does not contain even one the keywords specified (keywords are considered to be space separated, quotes can be used to group multiple words that form one single keyword)
- Given a content set with a dynamic selection
- When the content set administrator specifies a rule that specifies that content should not contain all of a set of keywords
- Then the resulting set of content should be filtered to the content which do not contain all of the specified keywords (keywords are considered to be space separated, quotes can be used to group multiple words that form one single keyword). That is, if a content contains some of the keywords but not all, they should be listed.
- causes
-
LPS-103024 Modules Semantic Versioning failure in asset-publisher-api
- Closed
- fixes
-
LPS-98458 Filter assets in Asset Publisher via title in addition to tags/categories
-
- Selected for Development
-
-
LPS-101058 As a site admin it should be possible to create content sets based on keyword searches
-
- Selected for Development
-
- is duplicated by
-
LPS-102739 Filter content sets based on keyword searches
-
- Closed
-
- is related to
-
LPS-104845 LPS-101228 - Product QA | Test Automation Creation
-
- Closed
-
- Testing discovered
-
LPS-103350 Adding a keyword filter using [contains][all] produces incorrect result
- Closed
-
LPS-103353 The delimiter for keyword filters definitions should be space but is comma
- Closed
-
LPS-103558 Rule for Keywords doesn't work when selecting content set in AP
- Closed
-
LPS-103559 Can not select content set when there's only one content set
- Closed