We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use this lookup as follows: { "name": "Sci-Hub Title", "alias": "Sci-Hub Title", "icon": "http://sci-hub.tw/favicon.ico", "_urlTemplate": "https://sci-hub.tw/{z:title}", "description": "SciHub Title", "hidden": false, "_urlParams": [], "_urlNamespaces": { "z": "http://www.zotero.org/namespaces/openSearch#" }, "_iconSourceURI": "http://sci-hub.tw/favicon.ico" }, however, the results often goes to nothing, however, if I use the title of paper to search in sci-hub manually, the result is correct, where is wrong?
The text was updated successfully, but these errors were encountered:
I tried to get this to work with POST requests, but POST requests seem to be broken in the locate engines for Zotero. This would affect #8 as well.
POST
Sorry, something went wrong.
Yes,this problem confused me a lot.
FYI https://github.com/ethanwillis/zotero-scihub
No branches or pull requests
I use this lookup as follows:
{
"name": "Sci-Hub Title",
"alias": "Sci-Hub Title",
"icon": "http://sci-hub.tw/favicon.ico",
"_urlTemplate": "https://sci-hub.tw/{z:title}",
"description": "SciHub Title",
"hidden": false,
"_urlParams": [],
"_urlNamespaces": {
"z": "http://www.zotero.org/namespaces/openSearch#"
},
"_iconSourceURI": "http://sci-hub.tw/favicon.ico"
},
however, the results often goes to nothing, however, if I use the title of paper to search in sci-hub manually, the result is correct, where is wrong?
The text was updated successfully, but these errors were encountered: