cancel
Showing results for 
Search instead for 
Did you mean: 

Display links in search results

Former Member
0 Kudos

Hi all,

Is is possible to display internal and extnernal links in the search resultest of a trex search?

Ismail

Accepted Solutions (1)

Accepted Solutions (1)

LJB
Contributor
0 Kudos

Hi Ismail,

I don't know exactly what you mean by 'is it possible to display internal and external links' but I'm presuming that you just want to index and search for these links.

To be able to search for internal links you need to add a custom property to your index when you create it, in this case you need to set IndexInternalLinks to true when creating the index. The link target of internal links is not indexed, just the link itself.

External links are automatically indexed however their content is not, so if you want to index the content of external links then you need to set the custom property indexContentOfExternalLink to true as well.

Have a look at the below documentation for more information:

http://help.sap.com/saphelp_nw70/helpdata/en/73/66c090acf611d5993700508b6b8b11/frameset.htm

Regards,

Lorcan.

Answers (0)