Hi,
is there a solution to get all pages from my folder "features" where "field1" is smaller than "field2"?
Is this possible with the find API? I tried it, with
echo $pages->get("/features")->find("field1<field2");
but it did not work. Any suggestions how i can achieve this?
Thanks in advance.
Jens