Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.7 RC1
-
None
-
None
-
Unit
-
Description
Ability to run a query (list all tags):
"select distinct obj.tags from Document doc, doc.object(XWiki.TagClass) as obj"
Here "obj.tags" is DBStringListProperty.list (a collection), so query will be transformed to hql: "select distinct elements(obj_tags)"