Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sergiolopez's avatar

Nova global search: How to add link to subtitle function

Hi,

How to add a link in subtitle function in Global search?

public function subtitle() { return 'https://www.aplicaction.es/resources/users'; }

0 likes
2 replies
bugsysha's avatar

Not sure if you can add a link. I think that everything will be presented as a string. You can always try to return HTML and see if it will be parsed as a string or not.

sergiolopez's avatar

It doesn't interpret HTML, it returns it as a normal string.

Please or to participate in this conversation.