rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
316 stars 62 forks source link

Search metadata with pin_search() #573

Closed kmasiello closed 2 years ago

kmasiello commented 2 years ago

Metadata (and tags) are important for pin organization. It would be helpful forpin_search() to extend into metadata. Common use cases would be to search by user, description, tag, or custom metadata field.

hadley commented 2 years ago

Unfortunately it's not possible with the current architecture because we'd have to either download each .yaml metafile individually (which would be slow) or build an index (which is v. hard without involvement on the server side).

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.