Closed kmasiello closed 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).
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.
Metadata (and tags) are important for pin organization. It would be helpful for
pin_search()
to extend into metadata. Common use cases would be to search by user, description, tag, or custom metadata field.