
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 02:52 AM
Hi guys, I have a problem, when the search field is not empty and submit clicked I have a strange redirect with undefined, I'm trying to configure Portal App Shell, and I need to redirect to the search page after submitting the search input, maybe anybody had the same issue?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 02:09 AM
Resolved: you need to add the global_search_configurations property in your experience in UX Page Property related list and add value :
{
"globalSearchContextConfigId": " record sys_id from table sys_search_context_config ",
"globalSearchRoute": "redirect page"
}
type : json
and also need to change the name of the required parameter on your search page to "searchContextConfigId"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 07:11 AM
Resolved: you need to add the global_search_configurations property in your experience in UX Page Property related list and add value :
{
"globalSearchContextConfigId": " record sys_id from table sys_aw_global_search_config ",
"globalSearchRoute": "redirect page"
}
type : json
and also need to change the name of the required parameter on your search page to "searchContextConfigId"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 02:09 AM
Resolved: you need to add the global_search_configurations property in your experience in UX Page Property related list and add value :
{
"globalSearchContextConfigId": " record sys_id from table sys_search_context_config ",
"globalSearchRoute": "redirect page"
}
type : json
and also need to change the name of the required parameter on your search page to "searchContextConfigId"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 03:40 AM
In case of exact match in global search how to perform an action.
Right now when exact match is found no action takes place on selecting it.
In my case I want user to still navigate to next page, whether the exact search result exist or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 03:03 AM
Hi @Serhii5 !
Did you create a new global_search_configurations property or did you use an existing property?