Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean operators for query term unusual behaviour #66

Open
icrnomarkovic opened this issue Jun 18, 2020 · 0 comments
Open

Boolean operators for query term unusual behaviour #66

icrnomarkovic opened this issue Jun 18, 2020 · 0 comments

Comments

@icrnomarkovic
Copy link

icrnomarkovic commented Jun 18, 2020

I get more articles when I send query with headers like this:
headers = { "api-key": mykey, "format": "json", "q": "climate", "order-by": "oldest", "page" : 1, "page-size" : 50, "from-date": date_start, "to-date": date_end, "show-fields": "all" }

than query with headers like this:
headers = { "api-key": key, "format": "json", "q": "climate OR warming", "order-by": "oldest", "page" : 1, "page-size" : 50, "from-date": date_start, "to-date": date_end, "show-fields": "all" }

But "climate OR warming" should include more articles than just "climate"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant