I am trying to get all the descandants of a node with a specific nodetype (works)
only the visible ones (works)
with a specific string property filled in with a random value. This last part seems to be the problem. I only get a partal result. The qery is executed correct for the first branch in my tree.
Descendants by property value
I am trying to get all the descandants of a node with a specific nodetype (works)
only the visible ones (works)
with a specific string property filled in with a random value. This last part seems to be the problem. I only get a partal result. The qery is executed correct for the first branch in my tree.
I only get 2 results in stead of the 4 I expect. What terrible mistake am I making? :)
Yeah, this is strange, I don't get any results if I add the last where.
For now, a workaround can be:
alright thanks for the confirmation.
Need to take a random selecting of 'X' items so will need another work around :)
is working on a reply...