Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-6591

Create search index for nested components

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Neutral Neutral
    • None
    • 5.4.4
    • core
    • Yes

      Nested components are a common way to organize content elements. But unfortunately, in default JCR indexing configuration, this structure is not supported.

      This recursive indexing configuration is something magnolia should provide out of the box:

      <aggregate primaryType="mgnl:component" recursive="true">
          <include primaryType="mgnl:area">*</include>
      </aggregate>
      

        Acceptance criteria

              Unassigned Unassigned
              szihlmann Samuel Zihlmann
              Peter Mohn
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD