I am trying to extract all entries of either BlogType.UserBlog or BlogType.General. But it seems like it is only possible to query one type at a time. This is a problem as I would like to leave the sorting etc. which I cannot do if I have to extract two EntryCollections and add them together. Besides that there is issues with paging as well if I have to add two collections.
I am trying to extract all entries of either BlogType.UserBlog or BlogType.General. But it seems like it is only possible to query one type at a time. This is a problem as I would like to leave the sorting etc. which I cannot do if I have to extract two EntryCollections and add them together. Besides that there is issues with paging as well if I have to add two collections.
Have any of you guys any ideas?