I've got one more problem with selectors. I need get pages from page array that have images uploaded (fieldtype image) a OR (logical) imagelinks (fieldtype text) set.
Of course, it's no problem to get pages that have images uploaded AND imagelinks set:
$pages->find("articleImageFiles.count>0, articleImageLinks!=''");
What I need is a query to get pages that have images uploaded, or imagelinks set, or both. So a logic OR is needed.
Things like this unfoturnatelly didn't wok:
$pages->find("articleImageFiles.count>0|articleImageLinks!=''");
So does anyone know how to combine the selector elements with logical OR?
Thanks a lot to you all! Really a great community!!





Find content
Not Telling
