Hi,
I'm wondering whether there is any way to do this in Daisy right now:
We have a query-based selection list for link-type fields as part of some of our Documents.
Is there any way to write the query in such a way that it excludes any items that have already been added to the list.
At first we thought we might be able to use something like ContextDoc for this, but it would appear that this can't be used in those "Selection List Type" queries (an exception and stack trace get thrown at this stage). This is the kind of query we were attempting:
"select name where ... "
InCollection('Content') and documentType = 'SimpleDocument' and ContextDoc(name) != name option search_last_version = 'true'
I can easily find a workaround for this as I work through writing the services, but I was curious as to whether there was any way at the CMS level to solve this.
Thanks in advance,
A