Use case: A component "product stock" should not only be found when entering "product" or "stock" but also "availability", "ERP" etc.
Let component authors specify a list of keywords like for an npm package that make a component findable under these terms.
For example allow specifying the following in the components config:
```yml
status: "ready"
label: "..."
keywords:
Components already have the concept of tags, I guess it would be fair to reuse them for that purpose. WDYT?
AFAIK tags are already taken into account when searching, see:
Hey guys,
Thanks for the information.
Totally my bad, wasn't aware of tags. Just tried it out and it works as expected 馃嵕