Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with quoted text #4

Open
crew102 opened this issue Oct 17, 2017 · 4 comments
Open

Issue with quoted text #4

crew102 opened this issue Oct 17, 2017 · 4 comments

Comments

@crew102
Copy link

crew102 commented Oct 17, 2017

It looks like there is an issue with how PatentsView handles quotation marks. For example, whenever a quotation mark occurs in the patent's title, PatentsView quotes the entire title and adds extra quotation marks around the actual quoted text. You can see this behavior in patent number 5767337:

library(patentsview)

title <- search_pv(
    query = '{"_eq":{"patent_number":"5767337"}}'
)$data$patents$patent_title

cat(title)
#> "Creation of human apolipoprotein E isoform specific transgenic mice in apolipoprotein deficient ""knockout"" mice"

The same behavior is seen in the bulk data files.

@sarahkelley
Copy link
Contributor

Yes, that indeed seems like a bug! Thanks for the heads up, we will let you know when it is corrected!

@Everst
Copy link
Contributor

Everst commented Oct 18, 2017 via email

@sarahkelley
Copy link
Contributor

Thanks for the suggestion Evgeny, that makes a lot of sense!

@Everst
Copy link
Contributor

Everst commented Oct 20, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants