When working with the repository query API, it's not possible at this time (or very bothersome) to query a list of contents matching some criteria and limiting the query to a subtree of the sitemap (for example retrieve all the contents which are referenced by any page under a certain section).
It would be interesting to have the possibility to do that, for instance with a subclass of ContentQuery with a 'page' or 'path' parameter on the execute method.
[CMS-568] ContentQuery limited to a part of the sitemap
Workflow | Original: jira [ 11777 ] | New: Ametys [ 13820 ] |
Project Import | New: Thu May 28 17:09:53 UTC 2009 [ 1243530593866 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Fix Version/s | New: 2.9.9 [ 11482 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Issue Type | Original: Improvement [ 4 ] | New: New Feature [ 2 ] |
Attachment | New: ContentOnPageQuery.diff [ 14295 ] |
Commited all the ContentOnPageQuery API & implementation.