alex9smith / gdelt-doc-api

A Python client for the GDELT 2.0 Doc API
MIT License
100 stars 23 forks source link

Keyword query OR mode #10

Closed federicoBetti closed 2 years ago

federicoBetti commented 2 years ago

Is it possibile to create OR keyword queries?

In the documentation (https://blog.gdeltproject.org/gdelt-doc-2-0-api-debuts/), there is the possibility to add OR keyword queries in the format (a OR b).

Is it possible to do so with your library? Do you need a pull request on that?

Thanks!

federicoBetti commented 2 years ago

I have just seen that using a list of keyword it works. However, I think it is not well shown in the docs.

Best