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

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_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"

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"

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.

 

 

 

Janita
Tera Contributor

Hi @Serhii5 !

 

Did you create a new global_search_configurations property or did you use an existing property?