瀏覽代碼

feeds: extend 'search' to lookup in source package names too

SVN-Revision: 14537
Nicolas Thill 16 年之前
父節點
當前提交
177b22a541
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/feeds

+ 1 - 1
scripts/feeds

@@ -173,7 +173,7 @@ sub search_feed {
 
 		foreach my $substr (@substr) {
 			my $match;
-			foreach my $key (qw(name title description)) {
+			foreach my $key (qw(name title description src)) {
 				$pkg->{$key} and $substr and $pkg->{$key} =~ m/$substr/i and $match = 1;
 			}
 			$match or undef $pkgmatch;