ropensci / patentsview

An R client to the PatentsView API
https://docs.ropensci.org/patentsview
Other
31 stars 9 forks source link

api url change #22

Closed mustberuss closed 3 years ago

mustberuss commented 3 years ago

My guess in https://github.com/ropensci/patentsview/issues/21#issuecomment-687624142 seems to be right. This stack overflow answer says that the body is not sent on a 301 redirect. With these api url changes the R code doing a post in https://github.com/ropensci/patentsview/issues/21#issuecomment-687624142 works.

chottokun commented 3 years ago

I am trying to make a citation networks by reference to "https://docs.ropensci.org/patentsview/articles/articles/citation-networks.html".

However, there are some error which example code was run.

> # Look up which patents the relevant patents cite
> rel_pats_res <- search_pv(
+   query = list(patent_number = rel_pats$patent_number),
+   fields  .... [TRUNCATED] 
The _eq operator is a safer alternative to using field:value pairs or value arrays in your query
error : 'q' param is missing

Maybe it is because of the recent url change of the patentsview.