Unable to perform fulltext search operation over multiple path
Hi ,
I am trying to perform fulltext search operation over multiple path.Here, we have two different paths and both are different type as well.
I have tried to implement it with querybuilder. Below, I have mentioned the query -
fulltext=Tools
group.p.or=true
group.1_path=/content/awsportal/en/cashcard
group.1_type=cq:Page
group.2_path=/content/dam/awsportal/resources
group.2_type=dam:Asset
group.2.1_property=jcr:content/metadata/jcr:usergroup
group.2.1_property.value=CCUser
group.2.2_property=jcr:content/metadata/jcr:companyid
group.2.2_property.value=CASHCARD
group.2.3_property=jcr:content/metadata/jcr:externalappusr
group.2.3_property.value=DAApp
Here, group.1_path=/content/awsportal/en/cashcard, is the location of webpages , as I have mentioned the type cq:Page and group.2_path=/content/dam/awsportal/resources is the location for digital assets. We have implemented 3 properties here, jcr:usergroup, jcr:companyid & jcr:externalappusr on the group.2 i.e digital assets .
Corresponding to above mentioned properties , we have 3 metadata as well usergroup, companyid & externalappusr and their values are also available in the repository also. But, after the search operation , we are not getting proper result and the query generated by querybuilder doesn't consider these properties .
If I try to implement single path with its properties using query builder(digital assets location with its properties) , in that case I am getting proper result.
One more thing is that, is it possible to implement multile path in CQ5 xpath query or SQL query?
Please suggest .
Thanks,
Debal Das