2024-05-02, 03:32 AM
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:
However, that throws an error page. Changing the &highlight to ?highlight fixes it:
Hopefully an easy fix, thought I'd let you know!
Mulac
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