Hi -
So when I'm listing my content in my notebook through the contentManager, how or where can I change or set the number of items that are returned:
search_result <SPAN class="operator token">=</SPAN> gis<SPAN class="punctuation token">.</SPAN>content<SPAN class="punctuation token">.</SPAN>search<SPAN class="punctuation token">(</SPAN>query<SPAN class="operator token">=</SPAN><SPAN class="string token">"owner:xyz_xyz"</SPAN><SPAN class="punctuation token">,</SPAN> item_type<SPAN class="operator token">=</SPAN><SPAN class="string token">"Feature Layer"</SPAN><SPAN class="punctuation token">)</SPAN>
search_result<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN></SPAN>
Only returns 10 items in my output. I don't see where I can set that in the api
Thanks,
David