Not through the query builder, I was just suggesting it as an easy way to allow extensible searching.
----- Original Message ----- From: "Shawn McKinney" <[email protected]> To: [email protected] Sent: Wednesday, October 19, 2016 10:47:14 AM Subject: Re: Custom object classes and attributes > On Oct 19, 2016, at 9:25 AM, Chris Pike <[email protected]> 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?
