January 13, 2026
Adding items to Launch Pad Widget
Learn how to add items via My Apps Content App
Displays the results of a search. Highly configurable using Graph Search.
Default Out of the box Search tabs that are availible. Additional Tabs can be added in Search Manager
|
Tab |
Searches |
entityTypes |
Query |
|
All |
Akumina Pages + Files |
listItem |
{query} AND {sites} AND ((({languagecode}) AND isDocument:false) OR((({fileExtensions}) AND isDocument:true) OR contentType:"akuminavideos" OR contentType: "akuminaimages") OR ({searchablelists}) AND (NOT(ContentType:Folder)) {other filters} |
|
Pages |
Akumina Pages in the Akumina site(s) |
listItem |
{query} AND {sites} AND (({languagecode}) AND isDocument:false) AND (NOT(ContentType:Folder)) {other filters} |
|
Assets |
Files in the Akumina site(s) |
listItem |
{query} AND {sites} AND ((({fileExtensions}) AND isDocument:true) OR contentType:"akuminavideos" OR contentType:"akuminaimages") AND {other filters} |
|
People |
Akumina User API |
{query} |
|
|
Outlook |
Outlook email message |
message |
{query} |
|
OneDrive |
OneDrive files |
driveItem |
{query} |
| Widget Framework | Determines the type of framework the widget provides. Value = react |
|
uicallbackmethod |
Function to call before binding the UI events |
|
callbackmethod |
Function to call after fetching data |
| istypeaheadinstance | checkbox to enable type ahead search |
Please note majority of configuration for the Search will be done in Search Manager
Any new tab added, custom tab will need a custom payload defined, however if the tab is an external connector then custom query is optional, but need to make sure the tab name is same as the title of the external connector defined.
View Name: Search Results Compact View View Description: Compact search results. View Preview:

View Name: Search Results Advanced Mode View View Description: Focused Search View Preview:

For an overview of Search result content views check out this knowledge article