Details
-
Improvement
-
Resolution: Duplicate
-
Major
-
xCM 6.0.0
-
None
-
25053
Description
Use case: The news template is implementing some JSP sub-views of each news. So the news content objects is defined on the main News page. However the full details of the news is only available as part of sub-views (for the end-users quite similar to real sub-pages) which are defined in the JSP with some parameters passed in the url.
Problem: When searching for a term which is not part of the main "News" page, the search results display the url of the main News page, but the term is not present on this page.
So perhaps we could make availabel a new Jahia tags in order to let template developers create "views" (kind of sub-page) but which could be correctly indexed by Jahia. In such a case the search results, if a "view" is available for the given container, would rather display the complete url of "view" rather than the url of the page on which this news was defined.
This looks like quite similar to the problem of paginated ctnlists. The search results were always pointing to the first paginated page and not the right paginated page which was including the searched term. If I remember correctly Khue already solved this point.