Revision Difference
search.GetResults#526723
<function name="GetResults" parent="search" type="libraryfunc">
<description>Retrieves search results.</description>
<realm>Client</realm>
<args>
<arg name="query" type="string">Search query</arg>
<arg name="types" type="string" default="nil">If set, only searches given provider type(s), instead of everything. For example `"tool"` will only search tools in Sandbox. Can be a table for multiple types.</arg>⤶
<arg name="maxResults" type="number" default="1024">How many results to stop at</arg>⤶
</args>
<rets>
<ret name="" type="table">A table of results ( Maximum 1024 items )</ret>⤶
<ret name="" type="table">A table of results</ret>⤶
</rets>
</function>