Search results: Hyperlinks and quick-info disabled
Problem
After opening a search result, hyperlinks to referenced objects no longer work and the quick-info (tooltip) is not displayed.
Cause
Simultaneously highlighting search results in categories and providing functional hyperlinks is not technically possible. The highlighting overwrites the HTML structure of the links.
This behavior persists in the current version (v38).
Solution
Disable the highlighting of search results:
- Navigate to Administration > System Settings > Tenant Settings > Search
- Set the option "Highlight search results in categories" to No
Alternatively, the value can be set directly in the file src/config.inc.php:
'search.highlight-search-string' => false
After deactivation, hyperlinks and quick-info will work again as expected.
Detailed documentation: Search in the Knowledge Base
Comments
0 comments
Article is closed for comments.