|
|
@@ -60,7 +60,7 @@ export default { |
|
|
|
const contributorsCnt = item.TotalContributorCount <= 6 ? Math.min(contributors.length, item.TotalContributorCount) : item.TotalContributorCount; |
|
|
|
return { |
|
|
|
...item, |
|
|
|
NameShow: this.handlerSearchStr(item.Name, this.q), |
|
|
|
NameShow: this.handlerSearchStr(item.Alias, this.q), |
|
|
|
DescriptionShow: this.handlerSearchStr(item.Description, this.q), |
|
|
|
TopicsShow: (item.Topics || []).map((_item) => { |
|
|
|
return { |
|
|
|