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 ?
yes, I think it was only that.