Fractal: Feature Request: Implement keywords option

Created on 11 Jun 2020  路  3Comments  路  Source: frctl/fractal

Use case: A component "product stock" should not only be found when entering "product" or "stock" but also "availability", "ERP" etc.

What problem would this feature solve?

Let component authors specify a list of keywords like for an npm package that make a component findable under these terms.

What the feature should look like?

For example allow specifying the following in the components config:

```yml
status: "ready"
label: "..."
keywords:

  • "stock"
  • "ERP"
  • "availability"
    default: "..."
    variants:
    // ...
feature-request

All 3 comments

Components already have the concept of tags, I guess it would be fair to reuse them for that purpose. WDYT?

Hey guys,
Thanks for the information.
Totally my bad, wasn't aware of tags. Just tried it out and it works as expected 馃嵕

Was this page helpful?
0 / 5 - 0 ratings

Related issues

siiron picture siiron  路  7Comments

gui-gui picture gui-gui  路  6Comments

patphongs picture patphongs  路  5Comments

allmarkedup picture allmarkedup  路  5Comments

alexrussell picture alexrussell  路  7Comments