Forum Discussion
VikasB
Boss
No such settings or components to change the search behavior. You have to do it forcefully using the script.
- Open this link
https://lithosphere.lithium.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&q=lithium - Run this line of code in the console
jQuery('.page-link.lia-link-navigation.lia-custom-event').attr('target', '_blank'); - Click Any of the search item's subject so it should open in new window.
Give it a shot and check if it works in console.
Suchith
7 years agoAce
Hi Vikas,
I did it same way by adding target attribute to the anchor tag. I have shared the source code below.
<a class="lia-link-navigation lia-js-autocomplete-list-item-link lia-autocomplete-message-list-item-link lia-component-forums-auto-complete-message-list-item"
tabindex="-1" id="link_0_37d75dea5d1a04_1dcf3" href="/t5/Account-Questions/How-to-Change-Account-Information/ta-p/265"
target="_blank"><span class="lia-search-match-lithium">How</span> to Change Account Information</a>
But this code still opening in the same tab.
Related Content
- 2 years ago
- 2 years ago
- 2 years ago