Problem when searching in the trackers
sakulsol opened this issue · 2 comments
sakulsol commented
good morning, it would be possible that when performing a search in automatic mode the program omitted the : , since many trackers do not name the uploads with the :
thanks in advance.
lardbit commented
nefarious sends the search term using the full title (including colon), but it will match results without the colon. There's a unit test that has a colon in the title which tests for that.
I wouldn't want to omit the colon before sending to the tracker since we can't guarantee which trackers omit the colon vs include it. We just have to hope their search mechanisms work well enough.
lardbit commented
Closed due to inactivity.