I find the documentation regarding Joomla.finder is a little too brief.
I wanna combine two finders together, is it possible?
The actual use case is:
I want to display 5 articles on homepage. In these 5 articles, the first 2 are fixed, I "find" them by providing the article IDs, the other 3 are the latest articles from certain categories, if the either of the fixed two articles happen to be the one of the latest, it should be skipped.
Having read the documentation, I couldn't find a way to achieve this.