David,

You should try to not directly modify REST API internals like that. :)

In this case, you probably want to reconfigure the results widget. To do so in 
a manner that survives redeployment, add this line to
application/custom/app-config.js

$.extend( controller_config, {pageLength:25});

There's no need to modify all.xml in this case, as the results widget uses its 
own config to control things.

Thanks! -m



On Nov 1, 2013, at 1:33 PM, "Steiner, David J. (LNG-DAY)" 
<[email protected]<mailto:[email protected]>> wrote:

MarkLogic Server
Enterprise Edition
6.0-2.3

Trying to display more than 10 results on AppBuilder generated app search page.

Edited:

http://ilabsmltest:8xxx/Default/appname/rest-api/options/all.xml

Changed:
<search:page-length>10</search:page-length>

To:
<search:page-length>50</search:page-length>

But still get: 1 to 10 of XXXXXX

Is there some other configuration change that needs to be made?

Thanks,
David
_______________________________________________
General mailing list
[email protected]<mailto:[email protected]>
http://developer.marklogic.com/mailman/listinfo/general

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to