ESC portal AI search sources navigation tabs on are incorrect compared to search preview & search application configIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } In Dev instance, in the Service Portal ‘Employee Service Center’, AI Search is enabled. The ESC Portal Default Search Application is the Search Application, but the navigation tabs on esc portal are different than what we see on Search preview or Search application configurations vs ESC portal Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Yokohama Patch 5 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } When search is performed on ESC portal, it is considering "Now Assist in VA" as the search application, instead of "ESC Portal Default Search Application" configured on the portalESC Portal Default Search Application - https://<instance-name>.service-now.com/sys_search_context_config.do?sys_id=7296910f53171010069addeeff7b12e7Now Assist in VA - https://<instance-name>..service-now.com/sys_search_context_config.do?sys_id=a3f76e4377853110f9b9f8fb8c5a991dAs there is an active deployment channel associated with ESC Portal [https://<instance-name>..service-now.com/sys_now_assist_deployment_channel.do?sys_id=4da54ec6879f2610185742ed0ebb3508], it is fetching the search application config for NASS enabled portal. In this case, it is "Now Assist in VA" so it is using the filters associated with this search application.Tried de-activating the deployment channel [https://<instance-name>..service-now.com/sys_now_assist_deployment_channel.do?sys_id=4da54ec6879f2610185742ed0ebb3508] and then performed a search. The tabs were consistent with the ones configured on ESC Search application. Please find attached the screenshot for the same