London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hello,
We're struggling a little bit with getting the following issue working. What we'd like to do is to, in one query using BlogHandler.GetQueryResult, retrieve BlogEntries created by a certain user, either anonymously (AnonymousAuthor) or not anonymously (UserAuthor). So far we've had to do two queries and then combine the result from these queries but we'd really like it if it's possible to do this in one query?
Here's the code for this:
We've tried using CriteriaGroups and stuff but without any success, is there anybody out there who can help us?
Best regards
Martin