astralapp / astral

Organize Your GitHub Stars With Ease

Home Page:https://astralapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart filters do not correctly filter my starred repositories

TechWatching opened this issue · comments

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