Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-6847

[FO search] Multivalued metadata SAXed from index metadataset are not working

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.7.3, 3.8
    • 3.7.2
    • None
    • None

      Depending on the cases (enumerated, standard string etc...), the multivalued metadata seems to be either not handled, or poorly handled.

          [CMS-6847] [FO search] Multivalued metadata SAXed from index metadataset are not working

          A new issue was open for 4.0 CMS-7182

          Laurence Aumeunier added a comment - A new issue was open for 4.0 CMS-7182

          Thibaut Rizzi (Inactive) added a comment - - edited

          Nothing seems to be done in v4. Code to sax the metadataset index (or indexing model?) is commented out in org.ametys.web.frontoffice.AbstractSearchGenerator line 954

          This is the content of the hit XML tag that I receive in the XSL of the service

          <hit>
            <score>6.6288896</score>
            <percent>100</percent>
            <title>p3</title>
            <content>
              <!-- INDEXED METADATA SHOULD BE HERE! -->
            </content>
            <content-name>nouveau-article-12</content-name>
            <excerpt>ok!...</excerpt>
            <type>page</type>
            <uri>fr/p3</uri>
            <sitename>www</sitename>
            <sitetitle>Demo site</sitetitle>
            <siteurl>http://localhost:8080</siteurl>
          </hit>
          

          Thibaut Rizzi (Inactive) added a comment - - edited Nothing seems to be done in v4 . Code to sax the metadataset index (or indexing model?) is commented out in org.ametys.web.frontoffice.AbstractSearchGenerator line 954 This is the content of the hit XML tag that I receive in the XSL of the service <hit> <score>6.6288896</score> <percent>100</percent> <title>p3</title> <content> <!-- INDEXED METADATA SHOULD BE HERE! --> </content> <content-name>nouveau-article-12</content-name> <excerpt>ok!...</excerpt> <type>page</type> <uri>fr/p3</uri> <sitename>www</sitename> <sitetitle>Demo site</sitetitle> <siteurl>http: //localhost:8080</siteurl> </hit>

            laurence Laurence Aumeunier
            trizzi Thibaut Rizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: