Whether the search results view uses custom grouping of the results.
Prevents the Search Preview default group from display.
Get a list item for the full search results page.
Get to the result item page. Only called if each list item has a data-id.
Check if a query has been cached for this search source.
Make a request to get results for the given query. The results will be updated internally in the search source, not exposed.
Get the title for this search source.
Get an array of virtual
The
SearchSourceinterface defines a tab of search results in the search modal.Search sources should be registered with the
GlobalSearchcomponent class by extending thesourceItemsmethod. When the user types a query, each search source will be prompted to load search results via thesearchmethod. When the search modal's dropdown is redrawn, it will be constructed by putting together the output from theviewmethod of each source.