DataList: How to get nodes with selected item(s) #248
-
Hi there 👋 Looking for some advice/pointers regarding the issue of selecting nodes that have certain values selected in a DataList property editor. For example, if I've been using a DataList for selecting some "available in" countries on a product node, is there a recommended way to efficiently select the products that include a specific country in their selection? Would it make sense (or even possible) to have a built-in method to do this? I can use various versions of the traversal methods to get at them (XPath might even work well, depending on the PropertyValueConverters) - but of course I worry about their efficiency, as there seem to always someone who knows "a better way" 😁 /Chriztian |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@greystate Would the Examine data-source be useful? e.g. (It's currently sorely undocumented - but hopefully the in-datatype instructions will make sense) |
Beta Was this translation helpful? Give feedback.
@greystate Would the Examine data-source be useful? e.g.
+availableIn: GB +availableIn: DK
(It's currently sorely undocumented - but hopefully the in-datatype instructions will make sense)