J535D165 / pyalex

A Python library for OpenAlex (openalex.org)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More complex Boolean queries?

sdspieg opened this issue · comments

Is it possible to run a query with Boolean operators (e.g. "(title_and_abstract.search:"text span A"" OR title_and_abstract.search:"text span B"" OR title_and_abstract.search:"text span C"") AND "title_and_abstract.search:"text span D" AND a specified time filter ( e.g. "from_publication_date:2020-01-25". If so, how? If not - would that be possible?