使用 querybuilder api 搜索具有特定标签的内容片段

search content fragments with a specific tag using querybuilder api

我正在尝试使用 querybuilder

获取带有特定标签的大坝下的所有内容片段
type=dam:Assets
path=/content/dam/
boolproperty=jcr:content/contentFragment
boolproperty.value=true
property=cq:tags
property.value=searchKeywords:tag1

即使有指定标签的内容片段,得到的命中数为0 有人可以帮我吗

我在 AEM 6.5 中使用了以下查询

type=dam:Asset
    tagid=core-components-examples:component-type/reference
    tagid.property=jcr:content/metadata/cq:tags

我在 /content/dam/wkndmuzik 中创建了一个带有标签 Core Components Examples : Component Type / Reference

的内容片段

上述查询的输出:

/content/dam/wkndmuzik/content_frag/testcf

其中 testcf 是我的内容片段的标题。更多详情请参考here.