Did you know ... Search Documentation:
Pack blog_core -- prolog/bc/bc_tag_stat.pl
PublicShow source
 bc_tag_stat(+Type, -Tags) is det
Finds tags that are used by published posts. Gives list of dicts _{ tag: Tag, count: Count }
 bc_tag_stat_all(+Type, -Tags) is det
Finds tags that are used by all posts. Otherwise same as bc_tag_stat/2.
 bc_tag_stat(-Tags) is det
Same as bc_tag_stat/2 but uses post as the entry type.