Smart filters do not correctly filter my starred repositories
TechWatching opened this issue · 0 comments
TechWatching commented
When I build a smart filter where I want to get all repositories with 2 tags, I have incorrect results.
This smart filter returns some repositories with only one of the tags and some without any tag.
I think the problem is in the predicate.js file.
I think the source should be the tags from the predicate and not the starred repositories in order to verify that each tag of the smart filter is included in the starred repositories.