Add unencoded nontrivial query example to README.md #122
Labels
documentation
Modifications to documentation of existing behavior
question
Questions about how to use this package.
I am trying to run a complex query, e.g.
query = "cat:cs.CV+OR+cat:cs.LG+OR+cat:cs.CL+OR+cat:cs.AI+OR+cat:cs.NE+OR+cat:cs.RO"
but I noticed that any query involving the AND/OR does not return anything.
I am able to run those queries from Python in other ways so the query expression is definitely correct.
Am I doing something wrong?
Thanks.
The text was updated successfully, but these errors were encountered: