I have a product template with a multiselect that searches for other product items. For this I use a sitecore query on the source field of the multiselect:
query:fast:/sitecore/content/Home//*[@@templateid='{DEFA2E43-E688-48E5-AE28-1ABA761105E2}']
With this query all the products are show in the select including the current product item.
How can I exclude the product item I'm working on? (exclude self?)
Thanks in advance