
- 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
12-28-2022 04:13 AM
Yes, I have created a new property with same name "global_search_configurations"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 04:16 AM
Already did as you said but facing issue for exact match scenario.
Say, I am searching a record with the number and the exact match exist, then if I try to click on the result It don't works. And when I search with any random text then It works well, navigates to search page