Jellyfin Forum
Forum Search Links Broken - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic)
+--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion)
+--- Thread: Forum Search Links Broken (/t-forum-search-links-broken)



Forum Search Links Broken - mulac - 2024-05-02

Quick note to the forum admins.
When searching the forum with multiple words and clicking on a result, it appends a highlight and uses the ampersand instead of question mark which errors.

For example, searching for "search query", then clicking on the first link directs you to the following URL:
Code:
https://forum.jellyfin.org/t-jellyfin-10-9-unstable-no-ldap-login&highlight=search+query

However, that throws an error page. Changing the &highlight to ?highlight fixes it:
Code:
https://forum.jellyfin.org/t-jellyfin-10-9-unstable-no-ldap-login?highlight=search+query

Hopefully an easy fix, thought I'd let you know!

Mulac


RE: Forum Search Links Broken - TheDreadPirate - 2024-05-02

This is a known myBB bug that is outside of our control.