I have a multilist field inside of an item template that includes an XPath query to filter the item options.
query:/sitecore/content/mysite/Home//*[@@templatename='MytemplateName']
this works fine, but there are cloned items under /sitecore/content/mysite/Home
which show up twice since there are two actual items in the content tree,
how can I alter this query to exclude duplicates?
@@
a typo or the source of the 'bug' ? – Gilles Quenot