Hi. I'm using this as a selector to grab every page in my site that has a multi-page select field set to a particular value:
$theseones = $pages->get( "/" )->find( "has_parent=/, tag_seasons=/tags/seasons/spring" );
Is this un-wise in terms of performance, etc?
Cheers,
Jenn