|
|
|
|
|
by colinmcd
1588 days ago
|
|
Yep, you understand correctly! with tag_names := {"angular", "nestjs", "cypress", "nx"},
select BlogPost {
title,
tag_names := .tags.name,
match_count := count((select .tags filter .name in tag_names))
}
filter .match_count > 0
order by .match_count desc;
|
|