astralapp / astral

Organize Your GitHub Stars With Ease
https://astralapp.com
BSD 3-Clause "New" or "Revised" License
3.17k stars 141 forks source link

Smart filters do not correctly filter my starred repositories #362

Closed TechWatching closed 2 years ago

TechWatching commented 2 years ago

When I build a smart filter where I want to get all repositories with 2 tags, I have incorrect results.

image

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.

image