Skip to content

Allow multiple tags while filtering by tag #176

@dmitrisweb

Description

@dmitrisweb

info.json has

{
  "title": "Module Name",
  "tag": [
    "myproject",
    "module",
    "universal"
  ]
}

This works:

<div class="source_col">
  <div class="source_catalog" data-nav="/items" data-tag="module">
    <h2 class="source_catalog_title">All Modules</h2>
  </div>
</div>

But filtering by multiple tags does not work (comma separated, nor space separated)

<div class="source_col">
  <div class="source_catalog" data-nav="/items" data-tag="module,universal">
    <h2 class="source_catalog_title">Universal Modules</h2>
  </div>
</div>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions