Am Donnerstag, 21. Februar 2008 schrieb Allan, CJ (Chris): > Hi Ralf, > > Oh yeah ... kinda forget that ... a bit stupid. > > What I want to do is an extension of the 'topic' idea, and the 'search > by topic' paragraph in enterprise edition. I would like to be able to > have multiple topics for any paragraph. Currently you can have 'issue' > and 'issueCustom'. > > If you change the issue control from 'radio' to 'checkbox' for example > then you get, for example, in the JCR: > > Issue > 0 option1 String > 1 option3 String > 2 option6 String > > But if you want to execute a statement looking for the options you > selected, the nodes now have the name '0', '1', '2' etc, rather than > 'issue' so you can't really search on them. > > I would be perfectly happy with multiple selections getting appended > onto the 'issue' dataNode as one long string e.g. > > Issue 'option1,option3,option6' String > > Then a statement like the following would still work: > SELECT * FROM nt:base where jcr:path like '/path/%'and issue > like 'option3' > > Any way of achieving a multi-topic paragraph is fine by me though. I > would be grateful of any suggestions you have!
You can make use of multiple values for a property (NodeData): http://jira.magnolia.info/browse/MAGNOLIA-1465 O. ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
