J535D165 / pyalex

A Python library for OpenAlex (openalex.org)
MIT License
158 stars 18 forks source link

Add example for boolean operators to documentation #11

Closed hauschke closed 1 year ago

hauschke commented 1 year ago

Thanks for providing pyalex! It would be helpful to have an example for the use of different boolean filters in the Readme.

Example URL: https://api.openalex.org/works?filter=institutions.country_code:tw,institutions.country_code:hk

J535D165 commented 1 year ago

Thanks for the question. It seems like I forgot to implement this feature. I will work on a series of pull requests to implement this feature. Expect an update soon.

J535D165 commented 1 year ago

Support for all logical expressions is there :) Please have a look at the README for details. You can upgrade to the latest version to get this work.