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

unusual result for full text search #121

Closed
andreifoldes opened this issue Nov 29, 2017 · 2 comments
Closed

unusual result for full text search #121

andreifoldes opened this issue Nov 29, 2017 · 2 comments
Labels
Milestone

Comments

@andreifoldes
Copy link

The following article was returned from a has_full_text search and when separate full text search was initiate for said article, the result was just jibberish xml

res<-cr_works(filter = c(has_full_text = TRUE, type = 'journal-article', category_name= 'Social Psychology'), limit=100, offset = 4100)

ft_get("10.1174/02134749660569378")

[[1]]
[1] "<!doctype html>\n<html class="x-scroll-hidden">\n\n <meta name="google-site-verification" content="zpewMbJ3Bmee9bnzRiTI70sRj-hHybQjt5mOq5XdFvs" />\n<link href="/static/bundle_a204e5a1da6e2dfe84a4-1.css" rel="stylesheet"><link href="/static/bundle_a204e5a1da6e2dfe84a4-2.css" rel="stylesheet">\n\n

\n<script>\nif (/@cc_on!@/false) {\n document.documentElement.className+=' ie10';\n}\n</script>\n<script type="text/javascript" src="/static/bundle_a204e5a1da6e2dfe84a4.js"></script>\n"

attr(,"format")
[1] "xml"

@sckott
Copy link
Contributor

sckott commented Nov 29, 2017

there appears to be no PDF for that DOI http://www.tandfonline.com/doi/pdf/10.1174/02134749660569378

the publisher is Taylor/Francis (part of Informa). They don't participate in the text and data mining crossref program.

so for this publisher (member 301) it all depends on if you have access or not through your institution.

I tried curling a pdf I have access to on the command line and it errors that cookies aren't preserved across some redirects. so we'd need to preserve those.

@sckott sckott added the bug label Nov 29, 2017
@sckott sckott added this to the v0.3 milestone Dec 7, 2017
@sckott sckott closed this as completed in 4c0fa11 Dec 7, 2017
@sckott
Copy link
Contributor

sckott commented Dec 7, 2017

@andreifoldes try again for Informa articles after reinstalling latest.

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

No branches or pull requests

2 participants