mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
partis: fix keywordless search. resolves #13555
This commit is contained in:
@@ -161,7 +161,8 @@ namespace Jackett.Common.Indexers
|
||||
var categ = string.Join(",", catList);
|
||||
|
||||
// create GET request - search URI
|
||||
queryCollection.Add("q", searchString);
|
||||
if (!string.IsNullOrEmpty(searchString))
|
||||
queryCollection.Add("q", searchString);
|
||||
queryCollection.Add("cat", categ.TrimStart(','));
|
||||
|
||||
// concatenate base search url with query
|
||||
|
Reference in New Issue
Block a user