Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I think you would have to run two queries, one TopicQuery getting the 5 last topics and one ReplyQuery getting the 5 last replies and merge the results, keeping the 5 last in total.
Another way of doing it is to set ChangeDate when you create a new Topic and then use that to sort your query. That way you will only need one query.
Hi
We want to list the latest posts in all rooms. The list should include both new topics and new replies then we filter out i.e the first 5 of that collection.
Can this be done using GetQueryResult? or do we have to first get all rooms and then loop through each topic?
/Halvar