-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 33, 33.2
-
Fix Version/s: None
-
Component/s: Content Views
-
Tags:
-
Sprint:nxGang Sprint 8.3.2
-
Story Points:2
Since we simplified the collection implementation (NXP-19394) the schema collectionMember (and therefore the field collectionMember:collectionIds) does not exist anymore.
As an alternative, we could provide a dedicated search on Collection. In:
we would need to turn:
<fixedPart> ecm:primaryType NOT IN ('Domain', 'SectionRoot', 'TemplateRoot', 'WorkspaceRoot', 'Favorites') AND ecm:mixinType != 'HiddenInNavigation' AND NOT (ecm:mixinType = 'Collection' AND ecm:name = 'Locally Edited') AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState != 'deleted' AND ecm:parentId IS NOT NULL AND SORTED_COLUMN IS NOT NULL </fixedPart>
into something else which would query
SELECT collection:documentIds/* FROM .... AND ecm:uid= 'selectedCollectionId'