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:
- Go to this link
- 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.
- My query for the classic API is this:
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?
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 ofbladoes 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?