• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.0.0
    • 2.0.0
    • None

      It seems that it doesn't use the contents keywords

          [TAGCLOUD-32] Only display pages indexed keywords

          yes, I think it was only that.

          Delphine Gavalda (Inactive) added a comment - yes, I think it was only that.

          Laurence Aumeunier added a comment - - edited

          Indeed, the search for tag cloud do a search only on "full_fr" field of pages:

          q=((full_fr:(ametys)&fq=_documentType:"page"&fq=site:www&fq=sitemap:fr
          

          whereas the FO search do a join with contents

          q=((full_fr:(ametys) OR {!join from=id to=contentIds v="full_fr:(ametys)"}))&fq=_documentType:"page"&fq=site:www&fq=sitemap:fr
          

          but it should not be an issue, because the full_fr field of page also contains the full_fr field of all its contents and services.

          Maybe you need a full-indexation ?

          Laurence Aumeunier added a comment - - edited Indeed, the search for tag cloud do a search only on "full_fr" field of pages: q=((full_fr:(ametys)&fq=_documentType:"page"&fq=site:www&fq=sitemap:fr whereas the FO search do a join with contents q=((full_fr:(ametys) OR {!join from=id to=contentIds v="full_fr:(ametys)"}))&fq=_documentType:"page"&fq=site:www&fq=sitemap:fr but it should not be an issue, because the full_fr field of page also contains the full_fr field of all its contents and services. Maybe you need a full-indexation ?

            Unassigned Unassigned
            delphine Delphine Gavalda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: