Hi there!
I'm using some page reference fields to create lists of tags, categories, years, etc.. I'm able to find the pages like so:
$pages->find("template=project, {$filter}={$page->title}");
Which dynamically does something like:
$pages->find("template=project, tags=Experimental"...