Hi all,
I'm new to using the API, so please bear with me. I'm trying to write a simple function that queries the API and returns all papers that are categorized to at least one of a list of categories (the aim is to also be able to add a date range, but let's start with the basics). I see it's doable using the advanced search, but I haven't found any query that returns results in the API.
I've tried :
cat:cs.AI+OR+cat:cs.CL
cat:%22cs.AI+cs.AL%22
cat:%22cs.AI+OR+cs.AL%22
cat:cs.%22AI+AL%22
cat:cs.%22AI+OR+AL%22
None return any results... Can someone direct me to what I'm supposed to use for this kind of query?
Thanks,
Ofer.