#> 1 OpenAlex Only 12427
damn the wrapper I made only finds around 1685 hits, I wonder if it is to do with the type of search?
api_endpoint <- oa_query(
entity = "works",
title_and_abstract.search = search_string,
from_publication_date = from_date,
to_publication_date = to_date
)