ElsevierDev/elsapy

Querying documents with key words only returns the last 25 results

Opened this issue · 2 comments

The publication year does not seem to have any effect.

bilde

BTW: it seems that a lot of the queries grammar described here http://schema.elsevier.com/dtds/document/bkapi/search/SCOPUSSearchTips.htm is not supported or are ignored by ElsSearch (my main interest is to search by keywords and per year)

replace the second line by:
myDocSrch.execute(client, get_all = True)

If he does that it will bring back all the results. Is there anyway to get specific number of results?