Set the Number of Results to Display
When you perform a query, by default the IDOL Content component returns a maximum of six results. You can modify the number of results that Content returns by adding the MaxResults
parameter to your query and setting it to the number of results to return. For example:
http://IDOLhost:port/action=Query&Text=Alice's Adventures in Wonderland&MaxResults=10
In this example, Content returns 10 results for the query, if at least 10 results are available.