Problem with configuration header search

Serhii5
Mega Guru

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?

 

find_real_file.png

 

1 ACCEPTED SOLUTION

Serhii5
Mega Guru

 

 

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"

View solution in original post

6 REPLIES 6

Yes, I have created a new property with same name "global_search_configurations"

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