Difference between revisions of "User: Xavier/Exhibit"
From Genesys Documentation
Line 16: | Line 16: | ||
tables=Component,ComponentRN | tables=Component,ComponentRN | ||
|join on=ComponentRN.ComponentId=Component.Id | |join on=ComponentRN.ComponentId=Component.Id | ||
− | |fields=ComponentRN._pageName=label, ComponentRN.Highlight | + | |fields=ComponentRN._pageName='label', ComponentRN.Highlight |
|where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" | |where=PrivateEditionReleaseDate IS NOT NULL AND ComponentRN._pageNamespace="0" | ||
|format=exhibit | |format=exhibit | ||
Line 22: | Line 22: | ||
|datalabel=RN | |datalabel=RN | ||
|limit=20 | |limit=20 | ||
+ | |facets=ComponentRN.ReleaseNumber, Component.Name | ||
}} | }} |