I've been trying to get a list of possible results (same you would get as you perform a search in Wikipedia) and a small summary of the article, usually the first paragraph.
So far all I can get is either the list of titles:
or the summary for a single page:
Is it possible to combine both these queries in a form similar to this
or will I have to iterate all results from the first query and then get the extract for each one?