Forum search not working - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Forum search not working (/t-forum-search-not-working) |
Forum search not working - Andyroo - 2024-01-21 I cannot get the search to actually take me to the results - it always errors. For example - a current thread is loading subtitles and when I search for this it shows up in the results fine: But clicking on the result just gives me: I am logged in, the thread exists (you may just be able to see it bottom right of the first image) and clicking it outside the search bar lets me open it... The two URLS are totally different: The thread link from the side bar is: https://forum.jellyfin.org/showthread.php?tid=1102&action=lastpost The search result is: https://forum.jellyfin.org/t-unable-to-load-subtitles&highlight=unable+to+load+subtitles Any advice? RE: Forum search not working - tmsrxzar - 2024-01-21 that was already reported and i told them what the problem is, seems it's still not fixed look at the search result url you posted, it incorrectly put &highlight=unable+to+load+subtitles when there is no first parameter, replace ampersand with question mark and it works ?highlight=unable+to+load+subtitles https://forum.jellyfin.org/t-unable-to-load-subtitles?highlight=unable+to+load+subtitles simply you cannot & params on a url until you've added the first parameter with ? |