Details
-
Task
-
Resolution: Fixed
-
Blocker
-
2.1 Final
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
magnolia NodeData is stored as nt:file type in jcr, that worked quite well but its a problem with simple SQL queries
like select * from nt:unstructured where title='home' this will fail because there is no property called "title" instead its stored
as title/jcr:content/Data
- fix NodeData so its a leaf in a jcr hierarchy.
- extend QueryResult such that it filters on required node type
Checklists
Acceptance criteria