> On Oct 19, 2016, at 9:25 AM, Chris Pike <clp...@psu.edu> wrote:
> 
> As far as querying is concerned, if we add a findUsers method that accepts a 
> query builder. You can just subclass the UserQueryBuilder, add your own 
> custom filter methods, then just pass that to the findUsers methods.

That will work for the filters but how do we select which attributes to pull 
back from the entries, and that gets loaded into the result set, will the 
caller have control of that as well?

Reply via email to