I can add a button to the Search Results Toolbar Items when you select items but how can I add one in the header here:
Thanks
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Depending on how the header is implemented, you can add a button using HTML, JavaScript, or other configuration options. Locate the HTML section where the header is defined. Insert your button’s HTML code into this section.
<!-- Example HTML for adding a button -->
<div class="search-results-header"> <!-- Existing header content -->
<button id="myCustomButton" class="btn btn-primary">My Button</button> </div>
You can check out topics about personalize Smart UI Header https://forums.opentext.com/forums/developer/discussion/296538