xiaohutai/bolt-relatedcontentbytags

Stability / Release

Closed this issue · 2 comments

How stable is this package and are there any plans for further development?

Seems to not work at all in the current bolt version

I now went on with doing the relation manually in the template.

{% setcontent similarTaggedProjects = 'projects' where {
        tags: record.taxonomy.tags|join(' || '),
        id: '!' ~ record.id
}%}