I was asked to change the number of results returned in the Find Data tool in the Flex Viewer sample. But its not clear how to do this. Should be a Config setting but its not. So if not a config setting, where, in code to do this?
In the current example widget, there is no UI for a user to configure the number of return results at runtime.
On the server side, however, you can leverage the REST API syntax and increase the number of results using the 'max' parameter. For example, you can edit the GeoportalSearchWidget.xml to set the max number of results returned, as in: <gptEndpoint url="rest/find/document?max=20" name="Default Site"/>