I need to be able to fetch all Entry's for a user (i.e. where the user is the author of the entries). The entries can be from several different club news blogs. However, I do not want the resultset to include entries that belong to blogs in clubs that have been deleted (i.e. blnRemoved = true). How can I do that?
Is it possible to create an EntryQuery with a nested ClubQuery, so to speak? Or maybe there is a simpler way? I need the result to be a paged list so I cannot filter the result set after the query.
Hello.
I need to be able to fetch all Entry's for a user (i.e. where the user is the author of the entries). The entries can be from several different club news blogs. However, I do not want the resultset to include entries that belong to blogs in clubs that have been deleted (i.e. blnRemoved = true). How can I do that?
Is it possible to create an EntryQuery with a nested ClubQuery, so to speak? Or maybe there is a simpler way? I need the result to be a paged list so I cannot filter the result set after the query.
I also need to be able to do the same for images.