Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Search for created authors (figshare API bug) #79

Closed
2 tasks
cboettig opened this issue Mar 25, 2014 · 0 comments
Closed
2 tasks

Search for created authors (figshare API bug) #79

cboettig opened this issue Mar 25, 2014 · 0 comments
Milestone

Comments

@cboettig
Copy link
Collaborator

I can add authors who don't have figshare accounts just fine using the API function to create a new author. However, the authors I add aren't showing up in my author search, which seems to only search actual figshare accounts.

For example:

fs_search("Boettiger", author="David")

Shows an author (who has been added as a co-author of a PLOS article, since all their figures are on figshare). But the author search API doesn't find this author, since there is no figshare user account.

fs_author_search("David Boettiger")

Without the ability to search for an author that I added, if I try to re-add the same name by accident I get the expected 400 error with the appropriate message, author already exists, try search.

fs_create_author("David Boettiger")

But searching doesn't find the author, so I cannot access the author's ID in order to reuse it.

  • Ideally the error message would also return the id of the author if it already exists.
  • But it would also be good to be able to search for authors that have been added by other users, or at least authors that have been added by me.

figshare team says they are looking into this and should have it resolved soon.

@cboettig cboettig added this to the v0.4 milestone Mar 25, 2014
@cboettig cboettig added the TODO label Mar 25, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant