有没有办法通过查询目录来获取所有唯一关键字索引,即 Plone 中的主题?
我一直以此为指导,但尚未成功。
这是我到目前为止所拥有的
def search_content_by_keywords(self):
"""
Attempting to search the catalog
"""
catalog = self.context.portal_catalog
query = {}
query['Subject'] = 'Someval'
results = catalog.searchResults(query)
return results
我不想传递关键字,而是要获取所有关键字