Custom script allows you to interact with the search webpart using JavaScript.
You can execute code during different Events
and interact with the search using the SearchScriptAPI.
Unlike the form custom script, the search API does not include a form property.
Instead it exposes a Search service with field access, search results, programmatic search/export,
and tab switching.
Custom script allows you to interact with the search webpart using JavaScript. You can execute code during different Events and interact with the search using the
SearchScriptAPI.Unlike the form custom script, the search API does not include a
formproperty. Instead it exposes aSearchservice with field access, search results, programmatic search/export, and tab switching.