Knowledge search button on short description field not workingIssue When we try to click on the Search Knowledge icon near the Short description field, we do not return any results.ResolutionThe behavior seen is due to the UI macro 'kb_header_search' being disabled: /nav_to.do?uri=sys_ui_macro.do?sys_id=d217d9970a0a0b3200f990987cfcaddd There is an error seen in the node logs: Default-thread-10 E7D6ED7C1B698C1049C862C7BD4BCB19 txid=5ce7adf01ba9 SEVERE *** ERROR *** [...]/webapps/glide/itil/WEB-INF/ui.jtemplates/kb_header_search.xml (No such file or directory)Default-thread-10 E7D6ED7C1B698C1049C862C7BD4BCB19 txid=5ce7adf01ba9 SEVERE *** ERROR *** running script: kb_header_search.xml the following error occurredDefault-thread-10 E7D6ED7C1B698C1049C862C7BD4BCB19 txid=5ce7adf01ba9 SEVERE *** ERROR *** null:-1:-1: No source to compile The UI page kb_find (which displays knowledge results) calls the UI macro 'kb_header_search' (in bold in the log output above). This will need to be active in order to work.