You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now using:
$this->get('link', $unified, "/f/".$document->getId()),
(but this fix is not working when using NC in a subdirectory)
How can I change this behaviour in the seperate fulltextsearch result page? And isn't this something what should be considered for general? After closing the file I am also able to locate it.
Thanks!
The text was updated successfully, but these errors were encountered:
Dear Community,
unfortunately, the full text search results are not linked with the files directly.
Inside the unified search window other results are linked with the file. So I was modifying /lib/Search/UnifiedSearchProvider.php:
Instead of:
$this->get('link', $unified, $document->getLink()),
I am now using:
$this->get('link', $unified, "/f/".$document->getId()),
(but this fix is not working when using NC in a subdirectory)
How can I change this behaviour in the seperate fulltextsearch result page? And isn't this something what should be considered for general? After closing the file I am also able to locate it.
Thanks!
The text was updated successfully, but these errors were encountered: