Hello,
I am using Evo 1.04.
I want to create a menu with ditto and show only those documents whose pagetitle begins with the letter A.
Can this be done in ditto with basic filtering?
My current ditto call is below (this returns any results that contain an A):
[[Ditto? &parents=`2` &tpl=`Staff` &orderBy=`pagetitle ASC, Department ASC, menuindex ASC` &filter=`pagetitle,A,6']]
Thanks in advance.