webcomponents / webcomponents.org

Home of the web components community
https://www.webcomponents.org
Apache License 2.0
356 stars 95 forks source link

[catalog-server] Implement GH-style search operations #1366

Open justinfagnani opened 1 year ago

justinfagnani commented 1 year ago

We'd like to be able to support search operators like package:foo, author:bar@baz.com, tagName:button, etc.

There are npm packages that parse out operators from queries, which we can then map to structured queries.