I'm trying to create a request in the Solr tool on a mixin type only but I didn't get any results.
The query launched to Solr is the following one :
q=(allMixinTypes:content-type.RoleFormationTerminale AND *:*)&
start=0&
rows=50&
fl=id,score&
fq=_documentType:content&
fq=allContentTypes:content-type.RoleFormationTerminale&
fq={!acl populationId=utilisateurs-ideo2 login=IDEO2}&
sort=score desc&
facet.limit=-1&
facet=true&
facet.field={!ex=contributor key=contributor}contributor_dv&
facet.field={!ex=workflowStep key=workflowStep}workflowStep_dv&
facet.field={!ex=contentTypes key=contentTypes}contentTypes_dv
The following fq : fq=allContentTypes:content-type.RoleFormationTerminale is too restricitive.
- Référence
-
CMS-9886 [Solr Search Tool] Searching on a mixin or a non final content type without title
- Open