Fixed: (Cardigann) Use variables in keywordsfilters block

Fixes #1035
Fixes v5 TorrentLand
pull/1045/head
Qstick 2 years ago
parent 7cf9fc6a4f
commit a0b650e7a5

@ -1000,7 +1000,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
}
variables[".Query.Keywords"] = string.Join(" ", keywordTokens);
variables[".Keywords"] = ApplyFilters((string)variables[".Query.Keywords"], search.Keywordsfilters);
variables[".Keywords"] = ApplyFilters((string)variables[".Query.Keywords"], search.Keywordsfilters, variables);
// TODO: prepare queries first and then send them parallel
var searchPaths = search.Paths;

Loading…
Cancel
Save