You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Thanks for providing this useful arXiv advanced search. I observed that the classic arXiv export API yields different results than the advanced search deployed here. This is somewhat related to #249.
I was expecting both methods to yield identical results. If the two projects deviate and follow different goals, this is understandable, but then, my question is: Is there an API access to the arXiv-advanced search?
It shows that for the exact query "Self-organizing map" there are 43 results between 2012 and 2014 when searched in all fields.
Using the classic arXiv export API there is no way I can reproduce the search to yield the exact entries. Searching for exact matches via "bla" instead of bla does not work and specifying the range is impossible.
Expected behavior
A programmatic access point to the arXiv advanced search. My understanding was that this should be possible via the classic arXiv export API. If this is not the case, how can it be done instead?
The text was updated successfully, but these errors were encountered:
Describe the bug
Thanks for providing this useful arXiv advanced search. I observed that the classic arXiv export API yields different results than the advanced search deployed here. This is somewhat related to #249.
I was expecting both methods to yield identical results. If the two projects deviate and follow different goals, this is understandable, but then, my question is: Is there an API access to the arXiv-advanced search?
To Reproduce
Steps to reproduce the behavior:
"Self-organizing map"
there are 43 results between 2012 and 2014 when searched in all fields."bla"
instead ofbla
does not work and specifying the range is impossible.http://export.arxiv.org/api/query?search_query=all%3D%22Self-organizing+map%22&id_list=&start=0&max_results=1000&sortBy=submittedDate&sortOrder=descending
Expected behavior
A programmatic access point to the arXiv advanced search. My understanding was that this should be possible via the classic arXiv export API. If this is not the case, how can it be done instead?
The text was updated successfully, but these errors were encountered: