Removing Nodes from .find('[instanceof ...]') that have duplicate properties

Hiya,
I require a means of removing nodes from my Neos.Fusion:Loop if they share the same property value as other nodes found through:

${q(site).find('[instanceof Vendor.Site:Node.Type]').get()}

Apologies, this seems quite basic but I’m still getting to grips with Neos in general and have failed in my previous attempts.
Thank you in advance.

For that I’d probably write an Eel helper that does that filtering in PHP…

1 Like

Is it the same usecase as this thread mentions

1 Like

I was initially having difficulty getting my Eel helpers to work, but this was the solution I eventually came to.

Thank you. :slight_smile:

Close enough to it to provide me an answer!

That example provided a solution mostly relevant to my problem.

Thank you for your help! :slight_smile:

1 Like