Chris Baker

Results 55 comments of Chris Baker

You're probably using the patents endpoint when you should be using the inventors endpoint. Try this: ```r search_pv( query = '{"inventor_last_name": "Whitney"}', endpoint = "inventors", fields = get_fields("inventors", c("inventors", "coinventors"))...

Thanks @mustberuss , I'll take a look

Thanks for the heads up @mustberuss . I addressed this issue and let the user know about the fix (https://community.patentsview.org/forum/7/topic/151#comment-178).

Hi @mustberuss , yeah so it looks like the API is throwing errors rated to load here and there (and also potentially implementing some kind of throttling behavior). I added...

Hey @mustberuss , thanks or the PR. One high-level comment - it looks like some of the examples need to be updated (e.g., some still using patent_number). Can you update...

> @crew102 didn't you have your API key set here? [My push](https://github.com/mustberuss/patentsview/actions/runs/3803203309) worked but failed here saying there wasn't an API key. Yeah apparently forks of a repo can't read...

Hey Russ, can you make sure the various checks in `check_query(query, endpoint)` work (i.e., let's uncomment that and fix any issues that arise). Also I noticed that the endpoints are...

> > Yeah apparently forks of a repo can't read secrets from the repo it's forked from. > > Would it work if you set a secret in this repo?...

> > K I added you as a contributor. Can you try again? I'll take a look at the PR sometime this weekend. > > Wow, thanks! Can you merge...

Hey Russ, thanks for the heads up on this. I'd like to wait for the new version to settle down as much as possible before we do more on porting...